Skip to content

Commit 6696f3c

Browse files
committed
chore: fix test script
1 parent a35b104 commit 6696f3c

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
@@ -9,7 +9,7 @@
99
"lint": "ng lint",
1010
"ng": "ng",
1111
"start": "ng serve",
12-
"test": "ng test packages",
12+
"test": "ng test packages --watch=false",
1313
"tdd": "ng test dev --watch",
1414
"commit": "git-cz",
1515
"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

Comments
 (0)