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

@@ -1 +1 @@
web: yarn back build && yarn back start web: yarn back start

View File

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