Browse Source

verdaccio urls point to localhost, which is dumb

boyska 7 months ago
parent
commit
f1eeb26ff8
2 changed files with 1 additions and 133 deletions
  1. 1 1
      .gitlab-ci.yml
  2. 0 132
      package-lock.json

+ 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 --no-package-lock
+    - npm install
     - npm run build
 
 

File diff suppressed because it is too large
+ 0 - 132
package-lock.json


Some files were not shown because too many files changed in this diff