Skip to content

Commit 21aa9cc

Browse files
committed
chore: --npm-tag -> --dist-tag
1 parent ee76f17 commit 21aa9cc

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
@@ -14,7 +14,7 @@ TAG="${1:-next}"
1414
# Only shift if there's something to shift
1515
if [ "x$1" != "x" ]; then shift; fi;
1616

17-
npx lerna publish --exact --npm-tag="$TAG" "$@"
17+
npx lerna publish --exact --dist-tag="$TAG" "$@"
1818
yarn run changelog
1919
git add CHANGELOG.md
2020
git commit -m"chore: update CHANGELOG"

0 commit comments

Comments
 (0)