try to always auth

pull/2/head
Timothée Rebours 4 years ago
parent 4243ee1927
commit c8589f013b
  1. 2
      .gitlab-ci.yml

@ -8,6 +8,8 @@ image: node:14
before_script:
- echo "//registry.npmjs.org/:_authToken=${NPM_REGISTRY_TOKEN}" > .npmrc
- echo "@seald-io:registry=https://registry.npmjs.org/" >> .npmrc
- echo "@seald-io:always-auth=true" >> .npmrc
- npm ci --cache .npm --prefer-offline
cache:

Loading…
Cancel
Save