1
1
mirror of https://github.com/primer/css.git synced 2024-09-21 05:39:15 +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
set -e
echo "📦 Publishing latest release!"
echo lerna publish
echo "📦 Publishing latest release..."
lerna exec --bail -- npm publish