Skip to content

Commit 7a2cf51

Browse files
committed
update version script
1 parent 778e7bf commit 7a2cf51

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
@@ -54,7 +54,7 @@
5454
"clean-trace-jaeger": "node scripts/rm.mjs test/integration/basic/.next && TRACE_TARGET=JAEGER pnpm next build test/integration/basic",
5555
"debug": "cross-env NEXT_TELEMETRY_DISABLED=1 node --inspect packages/next/dist/bin/next",
5656
"postinstall": "node scripts/git-configure.mjs && node scripts/install-native.mjs",
57-
"version": "pnpm install --no-frozen-lockfile && IS_PUBLISH=yes ./scripts/check-pre-compiled.sh && git add .",
57+
"version": "pnpm install --no-frozen-lockfile && git add .",
5858
"prepare": "husky install",
5959
"sync-react": "node ./scripts/sync-react.js",
6060
"update-google-fonts": "node ./scripts/update-google-fonts.js"

0 commit comments

Comments
 (0)