Skip to content
Snippets Groups Projects
Unverified Commit 1b526f6e authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Add version-patch command

parent c48d9c84
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@
"scripts": {
"test": "lerna run test",
"build": "lerna run build",
"version-patch": "lerna version patch",
"yarn-install": "for d in ./packages/*/ ; do (cd \"$d\" && yarn install); done;",
"lint": "lerna run lint",
"publish": "lerna publish from-package --yes"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment