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 99e91ab commit 692a2c7Copy full SHA for 692a2c7
package.json
@@ -56,7 +56,7 @@
56
"clean-trace-jaeger": "node scripts/rm.mjs test/integration/basic/.next && TRACE_TARGET=JAEGER pnpm next build test/integration/basic",
57
"debug": "cross-env NEXT_TELEMETRY_DISABLED=1 node --inspect --trace-deprecation --enable-source-maps packages/next/dist/bin/next",
58
"postinstall": "node scripts/git-configure.mjs && node scripts/install-native.mjs",
59
- "version": "pnpm install --no-frozen-lockfile && IS_PUBLISH=yes ./scripts/check-pre-compiled.sh && git add .",
+ "version": "pnpm install --no-frozen-lockfile && git add .",
60
"prepare": "husky",
61
"sync-react": "node ./scripts/sync-react.js",
62
"update-google-fonts": "node ./scripts/update-google-fonts.js",
0 commit comments