Skip to content

Commit

Permalink
fix for failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
VadimDez committed Jun 1, 2017
1 parent 0b024a9 commit d4fe732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ng-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"test": "ng test --watch=false",
"lint": "ng lint",
"e2e": "ng e2e",
"gh-pages": "ngh --message=\"update\" --dir ./dist"
Expand Down

0 comments on commit d4fe732

Please sign in to comment.