Skip to content

Commit

Permalink
feat: add heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
wurstbrot committed Mar 16, 2024
1 parent 95420f1 commit e3b9fc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint"
"lint": "ng lint",
"heroku-postbuild": "ng build --prod"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit e3b9fc8

Please sign in to comment.