We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a35b104 commit 6696f3cCopy full SHA for 6696f3c
package.json
@@ -9,7 +9,7 @@
9
"lint": "ng lint",
10
"ng": "ng",
11
"start": "ng serve",
12
- "test": "ng test packages",
+ "test": "ng test packages --watch=false",
13
"tdd": "ng test dev --watch",
14
"commit": "git-cz",
15
"analyze": "npm run build:lib && cpr dist/ngx-timeago demo/ngx-timeago && npm run ng:build:demo -- --stats-json && rimraf demo/ngx-timeago && webpack-bundle-analyzer dist/demo/stats.json"
0 commit comments