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:
parent
2ab362a3fe
commit
da3ba6a1b6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user