1
1
mirror of https://github.com/primer/css.git synced 2024-11-24 05:06:04 +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
echo "🐦 Publishing PR (canary) release..."
npx lerna publish --canary --exact --npm-tag=pr $@