Skip to content

Commit

Permalink
Add separate script for coverage as it breaks sourcemaps
Browse files Browse the repository at this point in the history
  • Loading branch information
lathonez committed Jan 3, 2017
1 parent b502e03 commit 1f9993b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
"e2e": "protractor",
"postinstall": "ionic state restore && webdriver-manager update",
"start": "ionic serve",
"test": "ng test --code-coverage"
"test": "ng test",
"test-coverage": "ng test --code-coverage"
},
"version": "2.5.2",
"version": "2.5.3",
"dependencies": {
"@angular/common": "2.2.1",
"@angular/compiler": "2.2.1",
Expand Down

0 comments on commit 1f9993b

Please sign in to comment.