Skip to content

Commit f2100d7

Browse files
committed
chore(lerna): allow './release next --force-publish'
1 parent 3be6c95 commit f2100d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ echo "PREPACKING"
99
echo "TEST"
1010
npx lerna run --concurrency 1 test
1111

12-
npx lerna publish --exact --npm-tag=${1:-next}
12+
npx lerna publish --exact --npm-tag="${1:-next}" "$@"
1313
yarn run changelog
1414
git add CHANGELOG.md
1515
git commit -m"chore: update CHANGELOG"

0 commit comments

Comments
 (0)