Browse Source

Revert to public registry after deps were installed from verdaccio.

Renée Kooi 6 years ago
parent
commit
0d1437d67e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      bin/endtoend-build-ci

+ 3 - 0
bin/endtoend-build-ci

@@ -46,6 +46,9 @@ git checkout -- packages/*/package.json packages/@uppy/*/package.json
 # (Don't use the npm cache, don't generate a package-lock, don't save dependencies to any package.json)
 (cd "${__root}/test/endtoend" && npm install --prefer-online --registry "$VERDACCIO_REGISTRY" --no-package-lock --no-save uppy $PACKAGES)
 
+# revert to public registry
+npm set registry https://registry.npmjs.com
+
 bash "${__dir}/endtoend-build-tests"
 
 cleanup