Skip to content

Commit

Permalink
Lock pnpm version during publish (#43820)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Dec 7, 2022
1 parent d798df8 commit a704b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -43,7 +43,7 @@
"clean-trace-jaeger": "rm -rf test/integration/basic/.next && TRACE_TARGET=JAEGER node --trace-deprecation --enable-source-maps packages/next/dist/bin/next build test/integration/basic",
"debug": "node --inspect packages/next/dist/bin/next",
"postinstall": "git config feature.manyFiles true && node scripts/install-native.mjs",
"version": "pnpm install && git add pnpm-lock.yaml",
"version": "npx pnpm@7.3.0 install && git add pnpm-lock.yaml",
"prepare": "husky install"
},
"devDependencies": {
Expand Down

0 comments on commit a704b71

Please sign in to comment.