feat(changelog): add release ledger data
Lint and Build Checks / Lint, Test, and Build (push) Failing after 560h18m4s
Lint and Build Checks / Lint, Test, and Build (push) Failing after 560h18m4s
This commit is contained in:
@@ -70,14 +70,14 @@ npm run web:build
|
||||
npm run electron:build
|
||||
```
|
||||
|
||||
Husky runs `npm run validate:commit` on commit. That command runs lint, Jest, and the Electron build path.
|
||||
Husky increments the patch build version with `npm run version:bump-build`, writes public build metadata to `.env`, then runs `npm run validate:commit` on commit. Validation runs lint, Jest, and the Electron build path. The menu build label uses `version-yyyymmdd-last7commit`.
|
||||
|
||||
## App Structure
|
||||
|
||||
```text
|
||||
App.tsx # Safe area, status bar, viewport, navigator root
|
||||
src/navigation/ # Route metadata and lightweight app-state navigator
|
||||
src/screens/ # Home, Settings, Policies, Toolkit, generic pages
|
||||
src/screens/ # Home, Gameplay, Saves, Settings, Policies, Toolkit, generic pages
|
||||
src/components/ # Shared React Native UI primitives
|
||||
src/state/ # Zustand stores and persistence adapters
|
||||
src/settings/ # Resolution and audio setting definitions
|
||||
|
||||
Reference in New Issue
Block a user