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 4462596 commit 3e0ac40Copy full SHA for 3e0ac40
package.json
@@ -30,8 +30,8 @@
30
"outdated": "npm outdated --workspaces",
31
"audit": "npm audit fix --workspaces",
32
"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"
+ "lerna:publish": "lerna publish --exact --yes --no-git-tag-version --no-push --bump $npm_package_version",
+ "lerna:publish:next": "lerna publish --exact --yes --no-git-tag-version --no-push --bump $npm_package_version --dist-tag next"
35
},
36
"repository": {
37
"type": "git",
0 commit comments