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

10 lines
188 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:12:24 +03:00
$(dirname $0)/notify pending
2017-07-27 23:26:21 +03:00
2017-08-10 01:12:24 +03:00
$(npm bin)/lerna publish --npm-tag=pr --canary=pr --exact $@
2017-07-27 23:26:21 +03:00
$(dirname $0)/notify success