modify CI test task
This commit is contained in:
@@ -4,4 +4,4 @@ machine:
|
|||||||
|
|
||||||
test:
|
test:
|
||||||
override:
|
override:
|
||||||
- npm run codecov
|
- npm run ci-test
|
||||||
|
|||||||
@@ -7,7 +7,8 @@
|
|||||||
"test": "./node_modules/.bin/grunt buildTest && jest",
|
"test": "./node_modules/.bin/grunt buildTest && jest",
|
||||||
"build": "./node_modules/.bin/grunt && jest",
|
"build": "./node_modules/.bin/grunt && jest",
|
||||||
"watch": "./node_modules/.bin/grunt watch",
|
"watch": "./node_modules/.bin/grunt watch",
|
||||||
"codecov": "jest --coverage && codecov"
|
"codecov": "./node_modules/.bin/grunt && jest --coverage && codecov",
|
||||||
|
"ci-test": "./node_modules/.bin/grunt && jest --coverage && codecov"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user