mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
ci
This commit is contained in:
parent
56bcd609fd
commit
1dce37fde9
@ -22,7 +22,7 @@ test_script:
|
||||
- npm --version
|
||||
- yarn --version
|
||||
# run tests
|
||||
- yarn test-appveyor
|
||||
- yarn test
|
||||
|
||||
# Don't actually build.
|
||||
build: off
|
||||
|
@ -45,8 +45,7 @@
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"test": "npm run lint && nyc ava --fail-fast -v -T 60000 test/ -- && nyc report --reporter=html",
|
||||
"test-appveyor": "yarn test",
|
||||
"test": "npm run lint && nyc ava -v test -- && nyc report --reporter=html",
|
||||
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
|
||||
"lint": "eslint --ext .js,.vue bin/* build/ lib/ test/ examples/",
|
||||
"precommit": "npm run lint",
|
||||
|
Loading…
Reference in New Issue
Block a user