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 1ab8e1baa7
commit 30884d7184
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": [
Submodule tmp/bitwarden-android added at 60bc6ee0ca
Submodule tmp/bitwarden-clients added at cfa4b1c27f
+1
Submodule tmp/bitwarden-ios added at ace6e2b2dd
+1
Submodule tmp/bitwarden-sdk added at ffdbb49e65