mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-27 22:59:51 -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
|
- yarn install --no-progress
|
||||||
test:
|
test:
|
||||||
override:
|
override:
|
||||||
- npm run pretest
|
- npm run pretest:ci
|
||||||
- nvm alias default 6
|
- nvm alias default 6
|
||||||
- yarn run test-travis
|
- yarn run test-travis
|
||||||
- nvm alias default 4
|
- nvm alias default 4
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
"server"
|
"server"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"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": "mocha ./test/functional ./test/unit --reporter=spec --full-trace",
|
||||||
"test:coverage": "nyc npm t",
|
"test:coverage": "nyc npm t",
|
||||||
"coverage:html": "nyc report --reporter=html",
|
"coverage:html": "nyc report --reporter=html",
|
||||||
|
|
Loading…
Add table
Reference in a new issue