You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`pnpm --filter @openconcho/desktop cargo-check`| Local Rust/Tauri compile check before pushing desktop changes |
20
21
|`pnpm --filter @openconcho/web generate:api`| Regen `src/api/schema.d.ts` from `openapi.json`|
21
22
22
23
## Structure
@@ -58,3 +59,4 @@ Read `docs/architecture.md` for component overview, data flow, and design decisi
58
59
-**Conventional commits enforced** — commitlint runs in husky `commit-msg`; body lines must be ≤100 chars
59
60
-**Releases via semantic-release** — `.releaserc.json`; commits land on `main`, no manual version bumps
60
61
-**GitHub account** — push under `offendingcommit` (`gh auth switch` if needed)
62
+
-**Desktop preflight is local** — Rust/Tauri compile-check no longer runs in PR CI; run `pnpm --filter @openconcho/desktop cargo-check` before pushing any `packages/desktop/**` or `packages/desktop/src-tauri/**` change
0 commit comments