Fix yarn build cmd

This commit is contained in:
Yang Luo 2023-08-27 11:17:18 +08:00
parent 988b26b3c2
commit 221c55aa93

View File

@ -52,7 +52,7 @@
},
"scripts": {
"start": "cross-env PORT=7001 craco start",
"build": "craco --max_old_space_size=4096 build",
"build": "craco build",
"test": "craco test",
"eject": "craco eject",
"crowdin:sync": "crowdin upload && crowdin download",