We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c8eec9 commit 7db5dbcCopy full SHA for 7db5dbc
scripts/npm-publish.sh
@@ -14,7 +14,7 @@ echo "NPM: Publishing all packages"
14
if [ -n "$NPM_TOKEN" ]; then
15
pnpm -r run publish:npm
16
else
17
- pnpm -r run publish:npm --otp="$OTP"
+ pnpm -r --no-bail run publish:npm --otp="$OTP"
18
fi
19
20
echo "NPM: Publishing template"
0 commit comments