Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Guidance for AI agents working with the Zaparoo App codebase.
### Live Updates

- `pnpm live-update` - Build and push signed live update (requires `live-update-private.pem`)
- `pnpm live-update:list` - List deployed bundles

---

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"sync": "pnpm exec cap sync",
"build:server": "tsc --noEmit -p tsconfig.build.json && vite build && cross-env NODE_ENV=development cap sync",
"build:analyze": "tsc --noEmit -p tsconfig.build.json && vite build --mode analyze",
"live-update": "pnpm build:web && pnpm exec capawesome apps:bundles:create --path dist --private-key live-update-private.pem",
"live-update:list": "pnpm exec capawesome apps:bundles:list",
"live-update": "pnpm build:web && pnpm exec capawesome apps:liveupdates:upload --app-id e96c260c-3271-4895-bff0-de9f8ca4d05a --path dist --private-key live-update-private.pem --channel production",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write .",
Expand Down