Skip to content

Commit eabc160

Browse files
ChrisPearcehansl
authored andcommitted
feat(ng2 blueprint): add test script entry to package.json
Add a test script (that executes ng test) to the scripts contained in the package.json blueprint
1 parent 413d6e0 commit eabc160

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

addon/ng2/blueprints/ng2/files/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"postinstall": "typings install",
99
"lint": "tslint \"src/**/*.ts\"",
1010
"format": "clang-format -i -style=file --glob=src/**/*.ts",
11+
"test": "ng test",
1112
"pree2e": "webdriver-manager update",
1213
"e2e": "protractor"
1314
},

0 commit comments

Comments
 (0)