feat: add build script for consistent project building

This commit is contained in:
shuaiplus
2026-03-01 23:21:43 +08:00
committed by Shuai
parent 8d6835b665
commit 1a1b334f6c
5 changed files with 5 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@
"web:dev": "vite --config webapp/vite.config.ts",
"web:build": "vite build --config webapp/vite.config.ts",
"web:typecheck": "tsc -p webapp/tsconfig.json --noEmit",
"build": "vite build --config webapp/vite.config.ts",
"deploy": "npm run web:build && wrangler deploy"
},
"keywords": [