Parcourir la source

workaround localhost (verdaccio) resolved urls in package-lock.json

boyska il y a 7 mois
Parent
commit
40b45782f2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -27,7 +27,7 @@ build-job:       # This job runs in the build stage, which runs first.
   script:
     - node --version
     - npm version
-    - npm install
+    - npm install --no-package-lock
     - npm run build