Skip to content
This repository was archived by the owner on Aug 2, 2019. It is now read-only.

Commit e0f5385

Browse files
committed
applying temp unit-test bugfix for windows (this should be resolved by angular-cli@webpack)
see angular/angular-cli#977
1 parent e89ae5c commit e0f5385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"ng": "ng",
99
"postinstall": "typings install",
1010
"lint": "tslint \"src/**/*.ts\"",
11-
"test": "ng test",
11+
"test": "ng build && ng test --build=false",
1212
"pree2e": "webdriver-manager update",
1313
"e2e": "protractor"
1414
},

0 commit comments

Comments
 (0)