Skip to content

Commit 692a2c7

Browse files
committed
update version script
1 parent 99e91ab commit 692a2c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"clean-trace-jaeger": "node scripts/rm.mjs test/integration/basic/.next && TRACE_TARGET=JAEGER pnpm next build test/integration/basic",
5757
"debug": "cross-env NEXT_TELEMETRY_DISABLED=1 node --inspect --trace-deprecation --enable-source-maps packages/next/dist/bin/next",
5858
"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 .",
59+
"version": "pnpm install --no-frozen-lockfile && git add .",
6060
"prepare": "husky",
6161
"sync-react": "node ./scripts/sync-react.js",
6262
"update-google-fonts": "node ./scripts/update-google-fonts.js",

0 commit comments

Comments
 (0)