Skip to content

Commit

Permalink
feat(ng2 blueprint): add test script entry to package.json
Browse files Browse the repository at this point in the history
Add a test script (that executes ng test) to the scripts contained in the package.json blueprint
  • Loading branch information
ChrisPearce authored and hansl committed May 9, 2016
1 parent 413d6e0 commit eabc160
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addon/ng2/blueprints/ng2/files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"postinstall": "typings install",
"lint": "tslint \"src/**/*.ts\"",
"format": "clang-format -i -style=file --glob=src/**/*.ts",
"test": "ng test",
"pree2e": "webdriver-manager update",
"e2e": "protractor"
},
Expand Down

0 comments on commit eabc160

Please sign in to comment.