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

Add version command

parent 0e9ed702
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
"test": "lerna run test", "test": "lerna run test",
"build": "lerna run build", "build": "lerna run build",
"version-patch": "lerna version patch", "version-patch": "lerna version patch",
"version": "lerna version",
"yarn-install": "for d in ./packages/*/ ; do (cd \"$d\" && yarn install); done;", "yarn-install": "for d in ./packages/*/ ; do (cd \"$d\" && yarn install); done;",
"lint": "lerna run lint", "lint": "lerna run lint",
"publish": "lerna publish from-package --yes" "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