1
1
mirror of https://github.com/primer/css.git synced 2024-11-10 16:07:25 +03:00

really run lerna exec, but bail

This commit is contained in:
Shawn Allen 2017-07-20 14:12:57 -07:00
parent b6ef5d3dbe
commit 452deb584c

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash
set -e set -e
echo "📦 Publishing latest release!" echo "📦 Publishing latest release..."
echo lerna publish lerna exec --bail -- npm publish