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:
parent
cbcd86efb4
commit
2ae80dd15e
2 changed files with 4 additions and 4 deletions
|
@ -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 .",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue