rsnext/scripts
OJ Kwon 16150a3e33
refactor(scripts): fix clippy errors (#49719)
<!-- Thanks for opening a PR! Your contribution is much appreciated.
To make sure your PR is handled as smoothly as possible we request that
you follow the checklist sections below.
Choose the right checklist for the change(s) that you're making:

## For Contributors

### Improving Documentation or adding/fixing Examples

- The "examples guidelines" are followed from our contributing doc
https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md
- Make sure the linting passes by running `pnpm build && pnpm lint`. See
https://github.com/vercel/next.js/blob/canary/contributing/repository/linting.md

### Fixing a bug

- Related issues linked using `fixes #number`
- Tests added. See:
https://github.com/vercel/next.js/blob/canary/contributing/core/testing.md#writing-tests-for-nextjs
- Errors have a helpful link attached, see
https://github.com/vercel/next.js/blob/canary/contributing.md

### Adding a feature

- Implements an existing feature request or RFC. Make sure the feature
request has been accepted for implementation before opening a PR. (A
discussion must be opened, see
https://github.com/vercel/next.js/discussions/new?category=ideas)
- Related issues/discussions are linked using `fixes #number`
- e2e tests added
(https://github.com/vercel/next.js/blob/canary/contributing/core/testing.md#writing-tests-for-nextjs
- Documentation added
- Telemetry added. In case of a feature if it's used or not.
- Errors have a helpful link attached, see
https://github.com/vercel/next.js/blob/canary/contributing.md



## For Maintainers

- Minimal description (aim for explaining to someone not on the team to
understand the PR)
- When linking to a Slack thread, you might want to share details of the
conclusion
- Link both the Linear (Fixes NEXT-xxx) and the GitHub issues
- Add review comments if necessary to explain to the reviewer the logic
behind a change



### Why?

### How?

Closes NEXT-
Fixes #

-->

### What?
Another fix, with adding scripts under next-swc check.
2023-05-12 19:14:30 +00:00
..
send-trace-to-jaeger refactor(scripts): fix clippy errors (#49719) 2023-05-12 19:14:30 +00:00
check-examples.sh Remove incorrect entries for pnpm debug log (#47241) 2023-03-26 22:26:05 -07:00
check-is-release.js Apply publish step optimizations (#43620) 2022-12-01 21:48:51 -08:00
check-manifests.js Changed data fetching file name to overview to fix meta data title (#33232) 2022-01-27 09:14:14 -06:00
check-pre-compiled.bat fixes to allow lazy compilation for import() (#32441) 2021-12-14 11:33:04 +01:00
check-pre-compiled.sh Make shebangs portable used in the repo portable (#46028) 2023-02-17 09:45:42 +00:00
deploy-examples.sh Remove incorrect entries for pnpm debug log (#47241) 2023-03-26 22:26:05 -07:00
install-native.mjs Skip extra swc builds (#47378) 2023-03-21 16:09:52 -07:00
next-with-deps.sh Make shebangs portable used in the repo portable (#46028) 2023-02-17 09:45:42 +00:00
normalize-version-bump.js Avoid turbo cache miss on root package change (#43309) 2022-11-23 15:32:35 -08:00
publish-native.js Add missing repository prop to package.json in swc-wasm (#48805) 2023-04-24 20:24:55 -05:00
publish-release.js Apply publish step optimizations (#43620) 2022-12-01 21:48:51 -08:00
release-stats.sh Make shebangs portable used in the repo portable (#46028) 2023-02-17 09:45:42 +00:00
reset-vercel-project.mjs Enable E2E deploy tests on publish (#37019) 2022-05-21 04:46:16 -05:00
rm.mjs chore: cross-platform rm -rf script (#49529) 2023-05-10 01:14:37 +00:00
run-for-change.js refactor(scripts): fix clippy errors (#49719) 2023-05-12 19:14:30 +00:00
setup-node.sh Update flakey tests and add Node.js setup retrying (#47871) 2023-04-03 13:37:14 -07:00
setup-wasm.mjs Make setup-wasm script work for local dev (#36355) 2022-04-21 15:41:48 -05:00
start-release.js Wait for versioning prompt to show up for stable release (#48692) 2023-04-21 17:58:24 -04:00
sync-react.js Upgrade React to 18.3.0-canary-b7972822b-20230503 (#49158) 2023-05-03 14:03:19 -07:00
trace-dd.mjs fix: scripts comment typos (#40207) 2022-09-05 02:26:54 +00:00
trace-next-server.js Fix turbo usage in tests (#44715) 2023-01-18 20:35:28 +01:00
trace-to-event-format.mjs fix: scripts comment typos (#40207) 2022-09-05 02:26:54 +00:00
trace-to-tree.mjs Add path to export-page (#39893) 2022-08-24 10:29:47 +00:00
update-google-fonts.js Update subset validation in @next/font/google and fix CJK bug (#44594) 2023-01-05 15:51:38 -08:00