chore: build bat sortzen du Herokurako
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
|||||||
node_modules
|
node_modules
|
||||||
|
build
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user