add test:ci
parent
828f8117e8
commit
ff1e8fa30d
|
@ -1,5 +1,5 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js: stable
|
node_js: stable
|
||||||
script: npm run test
|
script: npm run test:ci
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
|
@ -11,7 +11,8 @@
|
||||||
"build:report": "npm_config_report=true node build/build.js",
|
"build:report": "npm_config_report=true node build/build.js",
|
||||||
"lint": "eslint --ext .js,.vue src",
|
"lint": "eslint --ext .js,.vue src",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"test:watch": " jest --watch"
|
"test:watch": " jest --watch",
|
||||||
|
"test:ci": "npm run lint && npm run test"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "0.17.1",
|
"axios": "0.17.1",
|
||||||
|
|
Loading…
Reference in New Issue