Explorar o código

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

boyska hai 7 meses
pai
achega
40b45782f2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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