Skip to content

Commit 8367ce5

Browse files
committed
update version script
1 parent 9115040 commit 8367ce5

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
@@ -66,7 +66,7 @@
6666
"debug": "cross-env NEXT_PRIVATE_LOCAL_DEV=1 NEXT_TELEMETRY_DISABLED=1 node --inspect --trace-deprecation --enable-source-maps packages/next/dist/bin/next",
6767
"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",
6868
"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 .",
69+
"version": "pnpm install --no-frozen-lockfile && git add .",
7070
"prepare": "husky",
7171
"sync-react": "node ./scripts/sync-react.js",
7272
"update-google-fonts": "node ./scripts/update-google-fonts.js",

0 commit comments

Comments
 (0)