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 fc529e9 commit cd7f1e7Copy full SHA for cd7f1e7
package.json
@@ -19,6 +19,7 @@
19
"precommit": "yarn build && run-p lint format",
20
"prepush": "run-p test test:e2e",
21
"publish:next:lerna": "lerna publish --dist-tag next --no-git-tag-version --no-push --registry=https://registry.npmjs.org # Custom example: 0.8.0-beta.1",
22
+ "version:lerna": "lerna version --no-git-tag-version --no-push",
23
"npm:update": "yarn clean:all && find . -type f -name 'package.json' -not -path './.git/*' -not -path '*/node_modules/*' -execdir npx npm-check-updates --upgrade \\; && yarn"
24
},
25
"workspaces": [
0 commit comments