Skip to content

Commit

Permalink
Fix/83 fix pro produkční fe workflow (#88)
Browse files Browse the repository at this point in the history
* repairs for package.json
  • Loading branch information
MocStepan authored May 8, 2024
1 parent a385732 commit 704fd18
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 @@ -9,7 +9,7 @@
"test": "jest --verbose --coverage",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch",
"heroku-postbuild": "ng build --prod"
"heroku-postbuild": "ng build --configuration production"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit 704fd18

Please sign in to comment.