mirror of
https://github.com/primer/css.git
synced 2024-11-28 13:12:16 +03:00
10 lines
188 B
Bash
Executable File
10 lines
188 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
echo "🐦 Publishing PR (canary) release..."
|
|
|
|
$(npm bin)/lerna publish --npm-tag=pr --canary --exact $@
|
|
|
|
echo "📓 Updated CHANGELOG..."
|
|
|
|
$(npm bin)/lerna-changelog
|