mirror of
https://github.com/elder-plinius/LEAKHUB.git
synced 2026-02-12 16:52:53 +00:00
🔧 FIX: Updated deployment scripts to use npx for wrangler commands in package.json
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"build": "tsc --noEmit && vite build",
|
||||
"lint": "tsc && eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
||||
"preview": "vite preview",
|
||||
"deploy": "npm run build && wrangler pages deploy",
|
||||
"cf-typegen": "wrangler types"
|
||||
"deploy": "npm run build && npx wrangler pages deploy",
|
||||
"cf-typegen": "npx wrangler types"
|
||||
},
|
||||
"dependencies": {
|
||||
"@convex-dev/auth": "^0.0.90",
|
||||
|
||||
Reference in New Issue
Block a user