modify CI test task

This commit is contained in:
Alexander Zobnin
2017-10-30 20:54:11 +03:00
parent dde5aa6a61
commit 060dd918c5
2 changed files with 3 additions and 2 deletions

View File

@@ -7,7 +7,8 @@
"test": "./node_modules/.bin/grunt buildTest && jest",
"build": "./node_modules/.bin/grunt && jest",
"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": {
"type": "git",