Skip to content

Commit

Permalink
Update pre-compiled (vercel#44874)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk authored Jan 14, 2023
1 parent 62bbbfb commit d4a3c66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"clean-trace-jaeger": "rm -rf test/integration/basic/.next && TRACE_TARGET=JAEGER pnpm next build test/integration/basic",
"debug": "cross-env NEXT_TELEMETRY_DISABLED=1 node --inspect packages/next/dist/bin/next",
"postinstall": "git config feature.manyFiles true && node scripts/install-native.mjs",
"version": "npx [email protected] install && git add pnpm-lock.yaml",
"version": "npx [email protected] install && ./scripts/check-pre-compiled.sh && git add .",
"prepare": "husky install"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit d4a3c66

Please sign in to comment.