Skip to content

Commit

Permalink
Updated npm test to run coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Jan 11, 2019
1 parent 05f5e23 commit bd9e7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"cover": "nyc jasmine",
"eslint": "eslint bin spec",
"jasmine": "jasmine",
"test": "npm run eslint && npm run jasmine"
"test": "npm run eslint && npm run cover"
},
"dependencies": {
"cordova-common": "^3.1.0",
Expand Down

0 comments on commit bd9e7fc

Please sign in to comment.