Skip to content

Commit 7db5dbc

Browse files
committed
don't bail local npm publish task
1 parent 4c8eec9 commit 7db5dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/npm-publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ echo "NPM: Publishing all packages"
1414
if [ -n "$NPM_TOKEN" ]; then
1515
pnpm -r run publish:npm
1616
else
17-
pnpm -r run publish:npm --otp="$OTP"
17+
pnpm -r --no-bail run publish:npm --otp="$OTP"
1818
fi
1919

2020
echo "NPM: Publishing template"

0 commit comments

Comments
 (0)