mirror of
https://github.com/MeshEnvy/mesh-forge.git
synced 2026-07-05 01:12:14 +02:00
chore: remove generate-firmware-patch script and update package.json to clean up deployment commands
This commit is contained in:
+1
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user