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

Add script version-minor

parent 5e188533
No related branches found
No related tags found
No related merge requests found
Pipeline #16698 failed
......@@ -11,6 +11,7 @@
"test": "lerna run test",
"build": "lerna run build",
"version-patch": "lerna version patch",
"version-minor": "lerna version minor",
"version": "lerna version",
"yarn-install": "for d in ./packages/*/ ; do (cd \"$d\" && yarn install); done;",
"rm-dist": "for d in ./packages/*/ ; do (cd \"$d\" && rm dist -Rf); done;",
......
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