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

Add more settings (#36)

parent 82bfbf8e
No related branches found
No related tags found
No related merge requests found
Pipeline #14701 failed
......@@ -31,6 +31,6 @@ publish:
- yarn config set cache-folder "$CI_PROJECT_DIR/_yarn_cache"
- yarn install
# - yarn logout; npm logout
- npm whoami
# - npm whoami
- yarn run build
- yarn run publish
......@@ -12,6 +12,10 @@
"build": "lerna run build",
"publish": "lerna publish from-package --yes"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"author": "",
"license": "LGPL-2.1-or-later",
"devDependencies": {
......
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