Skip to content

Commit

Permalink
repairs for enviroments.development.spec.ts (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
MocStepan authored May 8, 2024
1 parent 498dad5 commit 2c73168
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ jobs:
heroku_email: ${{ secrets.HEROKU_EMAIL }}
healthcheck: false
branch: 'main'
appdir: 'frontend'
procfile: 'web: npm build:prod && npm start:prod'
appdir: 'frontend'
4 changes: 1 addition & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:prod": "node server.js --configuration production",
"build": "ng build",
"build:prod": "ng build --configuration production",
"build": "ng build --configuration production",
"watch": "ng build --watch --configuration development",
"test": "jest --verbose --coverage",
"test:coverage": "jest --coverage",
Expand Down

0 comments on commit 2c73168

Please sign in to comment.