0
Fork 0
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:
Juan Picado @jotadeveloper 2017-07-09 11:34:48 +02:00
parent b743ee7e3c
commit 2e3c8ed2cb
No known key found for this signature in database
GPG key ID: 18AC54485952D158
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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",