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 70f93bf commit a9e796eCopy full SHA for a9e796e
package.json
@@ -52,7 +52,7 @@
52
"clean-trace-jaeger": "node scripts/rm.mjs test/integration/basic/.next && TRACE_TARGET=JAEGER pnpm next build test/integration/basic",
53
"debug": "cross-env NEXT_TELEMETRY_DISABLED=1 node --inspect packages/next/dist/bin/next",
54
"postinstall": "git config index.skipHash false && node scripts/install-native.mjs",
55
- "version": "pnpm install --no-frozen-lockfile && IS_PUBLISH=yes ./scripts/check-pre-compiled.sh && git add .",
+ "version": "pnpm install --no-frozen-lockfile && git add .",
56
"prepare": "husky install",
57
"sync-react": "node ./scripts/sync-react.js",
58
"update-google-fonts": "node ./scripts/update-google-fonts.js"
0 commit comments