We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 835a663 commit cfcfb83Copy full SHA for cfcfb83
packages/publish-all.sh
@@ -12,7 +12,7 @@ for d in **/package.json; do
12
cd $(dirname $d);
13
# We need to use "npm publish" here in order to publish "@pnpm.e2e/has-pnpm-use-node-version" with the "pnpm.useNodeVersion" field.
14
# pnpm would remove the field but we need it for testing.
15
- pnpm publish --@jsr:registry=http://localhost:4873/ || exitstatus=$?;
+ pnpm publish --no-git-checks --@jsr:registry=http://localhost:4873/ || exitstatus=$?;
16
cd ..;
17
if [ $exitstatus -ne 0 ]; then
18
break;
0 commit comments