Commit 49b8d753 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Corrige la commande de publication sur npmjs.com.

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -47,4 +47,4 @@ npm: ...@@ -47,4 +47,4 @@ npm:
- npm config set '//registry.npmjs.org/:_authToken' "$NPM_AUTH_TOKEN" - npm config set '//registry.npmjs.org/:_authToken' "$NPM_AUTH_TOKEN"
script: script:
- cp package.json public/ - cp package.json public/
- npm publish public --tag "$CI_COMMIT_TAG" --access public - npm publish public/ --access public
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment