feat: keeps "build" folder during yarn build

This commit is contained in:
hsluoyz
2025-01-07 23:38:50 +08:00
parent 56d0de64dc
commit 08d6b45fc5
3 changed files with 51 additions and 33 deletions

View File

@ -57,6 +57,7 @@
"scripts": {
"start": "cross-env PORT=7001 craco start",
"build": "craco build",
"postbuild": "node mv.js",
"test": "craco test",
"eject": "craco eject",
"crowdin:sync": "crowdin upload && crowdin download",