Skip to content

Commit

Permalink
Update CI test command to disable watch mode
Browse files Browse the repository at this point in the history
  • Loading branch information
RonanCodes committed Apr 29, 2024
1 parent c79ab20 commit d59a767
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 @@ -8,7 +8,7 @@
"build:prod": "ng build --configuration=production --base-href=/chuck-norris-joke-generator/",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"ci:test": "ng test --browsers ChromeHeadless"
"ci:test": "ng test --browsers ChromeHeadless --watch=false"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit d59a767

Please sign in to comment.