mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-27 22:59:51 -05:00
Add ui test to build
This commit is contained in:
parent
18553ba130
commit
3b4b8d94d5
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@
|
|||
"server"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "npm run lint && mocha ./test/functional --reporter=spec --full-trace",
|
||||
"test": "npm run lint && npm run test:ui:update && mocha ./test/functional --reporter=spec --full-trace",
|
||||
"test:coverage": "nyc mocha -R spec ./test/functional ./test/unit",
|
||||
"test:ui": "NODE_ENV=test jest",
|
||||
"test:ui:update": "NODE_ENV=test jest -u",
|
||||
|
|
Loading…
Add table
Reference in a new issue