Skip to content

Commit a9e796e

Browse files
committed
update version script
1 parent 70f93bf commit a9e796e

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
@@ -52,7 +52,7 @@
5252
"clean-trace-jaeger": "node scripts/rm.mjs test/integration/basic/.next && TRACE_TARGET=JAEGER pnpm next build test/integration/basic",
5353
"debug": "cross-env NEXT_TELEMETRY_DISABLED=1 node --inspect packages/next/dist/bin/next",
5454
"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 .",
55+
"version": "pnpm install --no-frozen-lockfile && git add .",
5656
"prepare": "husky install",
5757
"sync-react": "node ./scripts/sync-react.js",
5858
"update-google-fonts": "node ./scripts/update-google-fonts.js"

0 commit comments

Comments
 (0)