0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-03-25 02:32:52 -05:00

fix: broken build on docker

This commit is contained in:
Juan Picado @jotadeveloper 2017-12-20 08:17:49 +01:00 committed by juanpicado
parent cbcd86efb4
commit 2ae80dd15e
2 changed files with 4 additions and 4 deletions

View file

@ -137,7 +137,7 @@
"flow": "flow",
"pretest": "npm run code:build",
"test": "cross-env NODE_ENV=test BABEL_ENV=test jest --maxWorkers 2",
"test:unit": "cross-env NODE_ENV=test BABEL_ENV=test jest --maxWorkers 2'(/test/unit.*\\.spec|/test/webui/.*\\.spec)\\.js'",
"test:unit": "cross-env NODE_ENV=test BABEL_ENV=test jest '(/test/unit.*\\.spec|/test/webui/.*\\.spec)\\.js' --maxWorkers 2",
"pre:ci": "npm run lint && npm run build:webui",
"coverage:publish": "codecov",
"lint": "npm run flow && eslint .",

View file

@ -81,9 +81,9 @@
version "0.0.2"
resolved "https://registry.npmjs.org/@verdaccio/streams/-/streams-0.0.2.tgz#72cd65449e657b462a1ca094f663cad9ea872427"
"@verdaccio/types@^0.0.8":
version "0.0.8"
resolved "https://registry.npmjs.org/@verdaccio/types/-/types-0.0.8.tgz#d457015e7eef2c162a4a44eef3d0233fc6c40fc2"
"@verdaccio/types@^0.0.10":
version "0.0.10"
resolved "https://registry.npmjs.org/@verdaccio/types/-/types-0.0.10.tgz#320787ba349d7275043c5afaceee823ac5dd899f"
JSONStream@^1.0.4, JSONStream@^1.1.1:
version "1.3.1"