Skip to content

Commit

Permalink
Updating package
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltruong committed Jul 22, 2024
1 parent 0e6333d commit 7919d5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
"test": "ng test",
"test-ci": "ng test --watch=false --browsers=ChromeHeadlessNoSandbox",
"lint": "ng lint"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit 7919d5d

Please sign in to comment.