Skip to content

Commit

Permalink
Fix build:ci
Browse files Browse the repository at this point in the history
  • Loading branch information
subchannel13 committed Apr 20, 2024
1 parent d499bfd commit 1e336c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"watch": "ng build --watch --configuration development",
"test": "ng test",
"test:ci": "ng test --watch=false --browsers=ChromeHeadlessCustom",
"build:ci": "ng build --prod"
"build:ci": "ng build -c production"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit 1e336c4

Please sign in to comment.