1
1
mirror of https://github.com/primer/css.git synced 2024-12-01 12:42:32 +03:00
css/script/release-pr

12 lines
307 B
Plaintext
Raw Normal View History

#!/bin/bash
set -e
2017-07-27 23:26:21 +03:00
echo "🐦 Publishing PR (canary) release..."
2017-08-10 01:51:35 +03:00
# don't notify of a pending publish event because the version will differ from
# what lerna creates as a canary release
2017-08-10 01:23:03 +03:00
# $(dirname $0)/notify pending
2017-07-27 23:26:21 +03:00
2017-08-10 01:21:58 +03:00
$(npm bin)/lerna publish --npm-tag=pr --canary --exact $@
2017-07-27 23:26:21 +03:00
$(dirname $0)/notify success