rsnext/scripts
JJ Kasper 6b863fe294
Apply publish step optimizations (#43620)
Follow-up to https://github.com/vercel/next.js/pull/32337 this removes
the un-necessary step where we fetch all of the tags which requires
pulling a lot of un-necessary git history inflating cache size and
publish times.

The only reason these tags were needing to be fetched is due to an issue
in how the `actions/checkout` step works
(https://github.com/actions/checkout/issues/882).

This reduces the publish times by at least 4 minutes by removing the
tags fetching step
https://github.com/vercel/next.js/actions/runs/3598569786/jobs/6061449995#step:16:14

As a further optimization this adds concurrency to the `npm publish`
calls themselves to hopefully reduce time spent there as well.
2022-12-01 21:48:51 -08:00
..
send-trace-to-jaeger Simplify trace span id generation (#32946) 2022-01-02 21:22:01 +00:00
check-examples.sh Add ci script to check examples (#28009) 2021-08-14 13:34:40 -05: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 Remove webpack4 types (#39631) 2022-08-16 09:55:37 +00:00
install-native.mjs Update install native script (#37354) 2022-06-01 09:25:08 -05:00
next-with-deps.sh fix: loosen webpack compilation with fallbackNodePolyfills: false (#40612) 2022-09-16 13:23:56 -07: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 Apply publish step optimizations (#43620) 2022-12-01 21:48:51 -08:00
publish-release.js Apply publish step optimizations (#43620) 2022-12-01 21:48:51 -08:00
pull-freebsd-cache.js Update caching for swc turbo builds (#42929) 2022-11-15 08:24:04 -08:00
release-stats.sh Apply publish step optimizations (#43620) 2022-12-01 21:48:51 -08:00
reset-vercel-project.mjs Enable E2E deploy tests on publish (#37019) 2022-05-21 04:46:16 -05:00
run-for-change.js Avoid turbo cache miss on root package change (#43309) 2022-11-23 15:32:35 -08:00
setup-wasm.mjs Make setup-wasm script work for local dev (#36355) 2022-04-21 15:41:48 -05:00
trace-dd.mjs fix: scripts comment typos (#40207) 2022-09-05 02:26:54 +00:00
trace-next-server.js Update tracing to collect from reasons (#29975) 2021-10-18 17:01:02 +00: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 @next/font return types (#42753) 2022-11-10 08:56:27 -08:00