Skip to content
Snippets Groups Projects
Commit 8259221a authored by Bastien Abadie's avatar Bastien Abadie
Browse files

Publish config

parent 0ed762fc
No related branches found
No related tags found
1 merge request!44Publish on npm using CI pipeline
Pipeline #5766 failed
This commit is part of merge request !44. Comments created here will be created in the context of that merge request.
......@@ -116,7 +116,8 @@ release-npm:
- tags
before_script:
- echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' > .npmrc
- echo '@teklia:registry=https://registry.npmjs.org/' > .npmrc
- echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' >> .npmrc
script:
- npm publish --access public
......@@ -6,6 +6,11 @@
"dist-lib/**",
"src/**"
],
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/teklia/escriptorium/virtual-keyboard.git"
},
"author": "Teklia",
"scripts": {
"serve-ext": "vue-cli-service build --dest dist-ext --mode development --watch",
"ext:firefox": "web-ext run --source-dir ./dist-ext/",
......@@ -54,5 +59,8 @@
"vue-cli-service lint",
"git add"
]
},
"publishConfig":{
"@teklia:registry": "https://registry.npmjs.com"
}
}
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