1
1
mirror of https://github.com/primer/css.git synced 2024-11-23 20:38:58 +03:00

pass args through in script/release-candidate

This commit is contained in:
Shawn Allen 2019-01-07 14:34:20 -08:00
parent 2ab362a3fe
commit da3ba6a1b6

View File

@ -2,7 +2,7 @@
set -e
echo "🦜 Publishing canary release..."
npx lerna publish --canary --exact --npm-tag=rc $publish_args
npx lerna publish --canary --exact --npm-tag=rc $@
echo "📓 Generating CHANGELOG..."
npx lerna-changelog