mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-20 22:52:46 -05:00
fix: typo on build
This commit is contained in:
parent
b743ee7e3c
commit
2e3c8ed2cb
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ dependencies:
|
|||
- yarn install --no-progress
|
||||
test:
|
||||
override:
|
||||
- npm run pretest
|
||||
- npm run pretest:ci
|
||||
- nvm alias default 6
|
||||
- yarn run test-travis
|
||||
- nvm alias default 4
|
||||
|
|
|
@ -113,7 +113,7 @@
|
|||
"server"
|
||||
],
|
||||
"scripts": {
|
||||
"pretest": "npm run lint && npm run build:webui",
|
||||
"pretest:ci": "npm run lint && npm run build:webui",
|
||||
"test": "mocha ./test/functional ./test/unit --reporter=spec --full-trace",
|
||||
"test:coverage": "nyc npm t",
|
||||
"coverage:html": "nyc report --reporter=html",
|
||||
|
|
Loading…
Add table
Reference in a new issue