1
1
mirror of https://github.com/primer/css.git synced 2024-11-28 04:43:05 +03:00
css/script/release-pr

6 lines
118 B
Plaintext
Raw Normal View History

#!/bin/bash
set -e
2017-07-27 23:26:21 +03:00
2019-01-08 00:27:02 +03:00
echo "🐦 Publishing PR (canary) release..."
npx lerna publish --canary --exact --npm-tag=pr $@