We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed530f commit bf8d31cCopy full SHA for bf8d31c
1 file changed
package.json
@@ -66,7 +66,7 @@
66
"debug": "cross-env NEXT_PRIVATE_LOCAL_DEV=1 NEXT_TELEMETRY_DISABLED=1 node --inspect --trace-deprecation --enable-source-maps packages/next/dist/bin/next",
67
"debug-brk": "cross-env NEXT_PRIVATE_LOCAL_DEV=1 NEXT_TELEMETRY_DISABLED=1 node --inspect-brk --trace-deprecation --enable-source-maps packages/next/dist/bin/next",
68
"postinstall": "node scripts/git-configure.mjs && node scripts/install-native.mjs",
69
- "version": "pnpm install --no-frozen-lockfile && IS_PUBLISH=yes ./scripts/check-pre-compiled.sh && git add .",
+ "version": "pnpm install --no-frozen-lockfile && git add .",
70
"prepare": "husky",
71
"sync-react": "node ./scripts/sync-react.js",
72
"update-google-fonts": "node ./scripts/update-google-fonts.js",
0 commit comments