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

Add scripts (#36)

parent 6cfa7a64
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -30,5 +30,5 @@ publish:
- yarn config set cache-folder "$CI_PROJECT_DIR/_yarn_cache"
- yarn install
- npm whoami
- lerna run build
- lerna publish from-package --yes
- yarn run build
- yarn run publish
......@@ -9,6 +9,7 @@
],
"scripts": {
"test": "lerna run test",
"build": "lerna run build",
"publish": "lerna publish from-package --yes"
},
"author": "",
......
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