We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be6c95 commit f2100d7Copy full SHA for f2100d7
1 file changed
release
@@ -9,7 +9,7 @@ echo "PREPACKING"
9
echo "TEST"
10
npx lerna run --concurrency 1 test
11
12
-npx lerna publish --exact --npm-tag=${1:-next}
+npx lerna publish --exact --npm-tag="${1:-next}" "$@"
13
yarn run changelog
14
git add CHANGELOG.md
15
git commit -m"chore: update CHANGELOG"
0 commit comments