We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 948ac05 commit d4bb3a1Copy full SHA for d4bb3a1
package.json
@@ -7,7 +7,7 @@
7
"start": "ng serve",
8
"postinstall": "typings install",
9
"lint": "tslint \"src/**/*.ts\"",
10
- "test": "ng test",
+ "test": "ng build && ng test --build=false --watch=false",
11
"pree2e": "webdriver-manager update",
12
"e2e": "protractor"
13
},
0 commit comments