chore: remove generate-firmware-patch script and update package.json to clean up deployment commands

This commit is contained in:
Ben Allfree
2025-11-30 19:55:34 -08:00
parent c3f9a7af04
commit 1351fb817e
3 changed files with 1 additions and 1034 deletions
+1 -2
View File
@@ -10,8 +10,7 @@
"lint": "biome lint",
"lint:fix": "biome lint --fix && biome format --write",
"preview": "vite preview",
"deploy": "npx convex deploy --cmd 'bun run build' && wrangler deploy && wrangler deploy --config wrangler-registry.json",
"generate:firmware-patch": "bash scripts/generate-firmware-patch.sh"
"deploy": "npx convex deploy --cmd 'bun run build' && wrangler deploy && wrangler deploy --config wrangler-registry.json"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.937.0",