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

Commit 546371a

Browse files
committed
workaround: Running ng test in windows fails with EMFILE error
see angular/angular-cli#977
1 parent da52afd commit 546371a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book-rating/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",
1111
"pree2e": "webdriver-manager update",
1212
"e2e": "protractor"
1313
},

0 commit comments

Comments
 (0)