fix CI npm

This commit is contained in:
Rik Berkelder 2021-01-23 20:13:42 +01:00
parent 4dbc6699f9
commit 6de3e82b87

View file

@ -35,7 +35,7 @@ publish:
only:
- master
script:
- echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}'
- echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' > .npmrc
- npm publish
clean: