We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 778e7bf commit 7a2cf51Copy full SHA for 7a2cf51
package.json
@@ -54,7 +54,7 @@
54
"clean-trace-jaeger": "node scripts/rm.mjs test/integration/basic/.next && TRACE_TARGET=JAEGER pnpm next build test/integration/basic",
55
"debug": "cross-env NEXT_TELEMETRY_DISABLED=1 node --inspect packages/next/dist/bin/next",
56
"postinstall": "node scripts/git-configure.mjs && node scripts/install-native.mjs",
57
- "version": "pnpm install --no-frozen-lockfile && IS_PUBLISH=yes ./scripts/check-pre-compiled.sh && git add .",
+ "version": "pnpm install --no-frozen-lockfile && git add .",
58
"prepare": "husky install",
59
"sync-react": "node ./scripts/sync-react.js",
60
"update-google-fonts": "node ./scripts/update-google-fonts.js"
0 commit comments