chore: build bat sortzen du Herokurako

This commit is contained in:
Aitor Urrutia
2022-01-15 13:35:29 +01:00
parent 00a61040e4
commit 62f9dbe473
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1 +1,2 @@
node_modules node_modules
build

View File

@@ -12,7 +12,8 @@
"front": "yarn workspace front", "front": "yarn workspace front",
"back": "yarn workspace back", "back": "yarn workspace back",
"e2e": "yarn workspace e2e", "e2e": "yarn workspace e2e",
"prettier:front": "front prettier" "prettier:front": "front prettier",
"build": "yarn back build && rm -rf build && mkdir build && cp back/build/* build"
}, },
"repository": { "repository": {
"type": "git", "type": "git",