Use pretest

This commit is contained in:
Simen Bekkhus 2015-05-23 19:15:16 +02:00
parent 9d90d37adc
commit 4b9589f55f
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@
"default_inject_index.html"
],
"scripts": {
"test": "jshint -c .jshintrc *.js spec && jasmine-node --captureExceptions spec"
"pretest": "jshint *.js spec",
"test": "jasmine-node --captureExceptions spec"
},
"repository": {
"type": "git",