Skip to content

Commit

Permalink
Revert "Add back "production" as default build mode"
Browse files Browse the repository at this point in the history
This reverts commit bf9f5f4. Resolving this properly is likely the last fix needed to complete juice-shop#2173
  • Loading branch information
bkimminich committed Mar 5, 2024
1 parent 106601a commit 76d2251
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 @@ -48,7 +48,7 @@
"..."
],
"scripts": {
"build:frontend": "cd frontend && ng build --configuration production --output-hashing=none --vendor-chunk=true --source-map=false",
"build:frontend": "cd frontend && ng build --output-hashing=none --vendor-chunk=true --source-map=false",
"build:server": "tsc",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
Expand Down

0 comments on commit 76d2251

Please sign in to comment.