Skip to content

Commit

Permalink
chore: fix test script
Browse files Browse the repository at this point in the history
  • Loading branch information
ihym committed Mar 28, 2019
1 parent a35b104 commit 6696f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "ng lint",
"ng": "ng",
"start": "ng serve",
"test": "ng test packages",
"test": "ng test packages --watch=false",
"tdd": "ng test dev --watch",
"commit": "git-cz",
"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"
Expand Down

0 comments on commit 6696f3c

Please sign in to comment.