mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-17 23:45:29 -05:00
fix: improve circle build time
This commit is contained in:
parent
5e086d1830
commit
b743ee7e3c
2 changed files with 3 additions and 5 deletions
|
@ -21,13 +21,11 @@ dependencies:
|
||||||
- yarn install --no-progress
|
- yarn install --no-progress
|
||||||
test:
|
test:
|
||||||
override:
|
override:
|
||||||
|
- npm run pretest
|
||||||
- nvm alias default 6
|
- nvm alias default 6
|
||||||
- npm rebuild node-sass --force
|
|
||||||
- yarn run test-travis
|
- yarn run test-travis
|
||||||
- nvm alias default 4
|
- nvm alias default 4
|
||||||
- npm rebuild node-sass --force
|
|
||||||
- yarn run test-travis
|
- yarn run test-travis
|
||||||
- nvm alias default 8
|
- nvm alias default 8
|
||||||
- npm rebuild node-sass --force
|
|
||||||
- yarn run test-travis
|
- yarn run test-travis
|
||||||
- yarn run coverage:codecov
|
- yarn run coverage:codecov
|
||||||
|
|
|
@ -114,11 +114,11 @@
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"pretest": "npm run lint && npm run build:webui",
|
"pretest": "npm run lint && npm run build:webui",
|
||||||
"test": "npm run pretest && 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",
|
||||||
"coverage:codecov": "nyc report --reporter=lcov | codecov",
|
"coverage:codecov": "nyc report --reporter=lcov | codecov",
|
||||||
"test-travis": "npm run pretest && npm run test:coverage",
|
"test-travis": "npm run test:coverage",
|
||||||
"test-only": "mocha ./test/functional ./test/unit",
|
"test-only": "mocha ./test/functional ./test/unit",
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"build-docker": "docker build -t verdaccio .",
|
"build-docker": "docker build -t verdaccio .",
|
||||||
|
|
Loading…
Add table
Reference in a new issue