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
Pipeline #14689 failed
...@@ -30,5 +30,5 @@ publish: ...@@ -30,5 +30,5 @@ publish:
- yarn config set cache-folder "$CI_PROJECT_DIR/_yarn_cache" - yarn config set cache-folder "$CI_PROJECT_DIR/_yarn_cache"
- yarn install - yarn install
- npm whoami - npm whoami
- lerna run build - yarn run build
- lerna publish from-package --yes - yarn run publish
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
], ],
"scripts": { "scripts": {
"test": "lerna run test", "test": "lerna run test",
"build": "lerna run build",
"publish": "lerna publish from-package --yes" "publish": "lerna publish from-package --yes"
}, },
"author": "", "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