Skip to content

Commit 3e0ac40

Browse files
committed
ci: fix publish
1 parent 4462596 commit 3e0ac40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"outdated": "npm outdated --workspaces",
3131
"audit": "npm audit fix --workspaces",
3232
"lerna:sync": "npm install && lerna publish --exact --yes --skip-npm --no-git-tag-version --no-push --bump $npm_package_version",
33-
"lerna:publish": "lerna publish --exact --yes --no-git-tag-version --no-push --repo-version $npm_package_version",
34-
"lerna:publish:next": "lerna publish --exact --yes --no-git-tag-version --no-push --repo-version $npm_package_version --dist-tag next"
33+
"lerna:publish": "lerna publish --exact --yes --no-git-tag-version --no-push --bump $npm_package_version",
34+
"lerna:publish:next": "lerna publish --exact --yes --no-git-tag-version --no-push --bump $npm_package_version --dist-tag next"
3535
},
3636
"repository": {
3737
"type": "git",

0 commit comments

Comments
 (0)