Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -132,7 +132,7 @@ node-js: # build resources - bin/build-env.sh # check if a build environment exists and copy it or install a new one if it doesn't - npm ci - npm install # list used packages - npm ls || true # run node build Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -132,7 +132,7 @@ node-js: # build resources - bin/build-env.sh # check if a build environment exists and copy it or install a new one if it doesn't - npm ci - npm install # list used packages - npm ls || true # run node build Loading