feat: added cleanup script

This commit is contained in:
Haoyu Xu
2025-04-26 18:09:45 +08:00
parent b5c3361dd2
commit 1e7735203d
8 changed files with 39 additions and 10 deletions

View File

@@ -13,7 +13,8 @@
"download:game": "turbo run download:game",
"upload": "turbo run upload",
"download:data": "turbo run download:data",
"deploy": "turbo run deploy"
"deploy": "turbo run deploy",
"build:cleanup": "turbo run build:cleanup"
},
"devDependencies": {
"eslint": "^9.25.1",