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:
parent
43724fddb9
commit
56a603523c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user