Skip to content

Commit

Permalink
Fix/83 fix pro produkční fe workflow (#87)
Browse files Browse the repository at this point in the history
* repairs changed npm serve
  • Loading branch information
MocStepan authored May 8, 2024
1 parent a87a96d commit a385732
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "node serve.js",
"start": "node index.js",
"build": "ng build --configuration production",
"watch": "ng build --watch --configuration development",
"test": "jest --verbose --coverage",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch"
"test:watch": "jest --watch",
"heroku-postbuild": "ng build --prod"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit a385732

Please sign in to comment.