mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 21:00:41 +00:00
fix: update deploy script to use consistent build command
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@
|
||||
"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"
|
||||
"deploy": "npm run build && wrangler deploy"
|
||||
},
|
||||
"keywords": [
|
||||
"bitwarden",
|
||||
|
||||
Reference in New Issue
Block a user