Skip to content

Commit

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

0 comments on commit d499bfd

Please sign in to comment.