mirror of
https://github.com/primer/css.git
synced 2024-11-30 11:17:05 +03:00
nix --bail flag for release-candidate
This commit is contained in:
parent
230c0455c8
commit
135cc1f9d2
@ -59,4 +59,6 @@ for module_dir in $module_dirs; do
|
||||
done
|
||||
|
||||
# publish all the things!
|
||||
lerna exec --bail=false -- npm publish --tag=$npm_tag
|
||||
script/notify pending
|
||||
lerna exec -- npm publish --tag=$npm_tag
|
||||
script/notify success
|
||||
|
Loading…
Reference in New Issue
Block a user