Skip to content

Commit cfcfb83

Browse files
committed
ci: add --no-git-checks
1 parent 835a663 commit cfcfb83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/publish-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ for d in **/package.json; do
1212
cd $(dirname $d);
1313
# We need to use "npm publish" here in order to publish "@pnpm.e2e/has-pnpm-use-node-version" with the "pnpm.useNodeVersion" field.
1414
# pnpm would remove the field but we need it for testing.
15-
pnpm publish --@jsr:registry=http://localhost:4873/ || exitstatus=$?;
15+
pnpm publish --no-git-checks --@jsr:registry=http://localhost:4873/ || exitstatus=$?;
1616
cd ..;
1717
if [ $exitstatus -ne 0 ]; then
1818
break;

0 commit comments

Comments
 (0)