1
1
mirror of https://github.com/primer/css.git synced 2024-11-30 11:17:05 +03:00

pass --bail=false to lerna publish to fix #268?

This commit is contained in:
Shawn Allen 2017-07-24 23:10:08 -07:00
parent 43724fddb9
commit 56a603523c

View File

@ -59,4 +59,4 @@ for module_dir in $module_dirs; do
done
# publish all the things!
lerna exec --bail -- npm publish --tag=$npm_tag
lerna exec --bail=false -- npm publish --tag=$npm_tag