Skip to content

Commit

Permalink
chore: work arround, --watch=false
Browse files Browse the repository at this point in the history
  • Loading branch information
tkdn committed Dec 14, 2024
1 parent dd5866b commit 83f95ca
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 @@ -6,7 +6,7 @@
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
"test": "ng test --watch=false"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit 83f95ca

Please sign in to comment.