Skip to content

Commit d4bb3a1

Browse files
committed
Updated npm test task to avoid issues on windows. See: angular/angular-cli#977
1 parent 948ac05 commit d4bb3a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"start": "ng serve",
88
"postinstall": "typings install",
99
"lint": "tslint \"src/**/*.ts\"",
10-
"test": "ng test",
10+
"test": "ng build && ng test --build=false --watch=false",
1111
"pree2e": "webdriver-manager update",
1212
"e2e": "protractor"
1313
},

0 commit comments

Comments
 (0)