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

some emoji to be safe

This commit is contained in:
Jon Rohan 2017-11-09 16:47:07 -08:00
parent 0d415fee15
commit 7baafafa0f
2 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,8 @@ $(dirname $0)/notify pending
# published version
$(npm bin)/lerna exec -- $(pwd)/script/try-publish
echo "📓 Updated CHANGELOG..."
$(npm bin)/lerna-changelog
$(dirname $0)/notify success

View File

@ -8,6 +8,8 @@ echo "🐦 Publishing PR (canary) release..."
$(npm bin)/lerna publish --npm-tag=pr --canary --exact $@
echo "📓 Updated CHANGELOG..."
$(npm bin)/lerna-changelog
$(dirname $0)/notify success