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