File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 66! vendor /* .js
77* .js.map
88
9+ coverage
910lib-cov
1011* .seed
1112* .log
Original file line number Diff line number Diff line change @@ -165,6 +165,7 @@ module.exports = function(grunt) {
165165 grunt . registerTask ( "pack" , [
166166 "clean" ,
167167 "ts:release_build" ,
168+ "shell:npm_test" ,
168169
169170 "set_package_version" ,
170171 "shell:build_package" ,
Original file line number Diff line number Diff line change 1010 },
1111 "main" : " ./lib/nativescript-cli.js" ,
1212 "scripts" : {
13- "test" : " node_modules\\ .bin\\ _mocha --ui mocha-fibers --recursive --reporter spec --require test/test-bootstrap.js --timeout 60000 test/ lib/common/test/unit-tests" ,
13+ "test" : " node_modules/ .bin/istanbul cover node_modules/mocha/bin/ _mocha -- --ui mocha-fibers --recursive --reporter spec --require test/test-bootstrap.js --timeout 60000 test/ lib/common/test/unit-tests" ,
1414 "postinstall" : " node postinstall.js" ,
1515 "preuninstall" : " node preuninstall.js"
1616 },
8888 "grunt-shell" : " 1.1.2" ,
8989 "grunt-ts" : " 4.2.0" ,
9090 "grunt-tslint" : " 2.4.0" ,
91+ "istanbul" : " 0.3.19" ,
9192 "mocha" : " 2.2.5" ,
9293 "mocha-fibers" : " https://github.com/Icenium/mocha-fibers/tarball/master" ,
9394 "should" : " 7.0.2" ,
You can’t perform that action at this time.
0 commit comments