fix: update deploy script to use consistent build command

This commit is contained in:
shuaiplus
2026-03-01 23:49:06 +08:00
committed by Shuai
parent ddf5901730
commit 82131bd892
+1 -1
View File
@@ -13,7 +13,7 @@
"web:build": "vite build --config webapp/vite.config.ts", "web:build": "vite build --config webapp/vite.config.ts",
"web:typecheck": "tsc -p webapp/tsconfig.json --noEmit", "web:typecheck": "tsc -p webapp/tsconfig.json --noEmit",
"build": "vite build --config webapp/vite.config.ts", "build": "vite build --config webapp/vite.config.ts",
"deploy": "npm run web:build && wrangler deploy" "deploy": "npm run build && wrangler deploy"
}, },
"keywords": [ "keywords": [
"bitwarden", "bitwarden",