chore(gitlab-ci): generate .npmrc

This commit is contained in:
Gregor Kleen 2019-12-11 22:06:32 +01:00
parent 5bd429b81c
commit dde2f2f78b

View File

@ -25,6 +25,7 @@ stages:
npm install:
stage: setup
script:
- ./.npmrc.gup
- npm install
before_script: &npm
- apt-get update -y