This commit is contained in:
Aitor Urrutia
2022-01-15 22:59:59 +01:00
parent c96528796b
commit c224345037
2 changed files with 3 additions and 2 deletions

View File

@@ -13,7 +13,8 @@
"back": "yarn workspace back",
"e2e": "yarn workspace e2e",
"prettier:front": "front prettier",
"start": "yarn back start"
"start": "yarn back start",
"heroku-postbuild": "yarn back build"
},
"repository": {
"type": "git",