0ed88691c2
Establishes the local pre-push gate. preflight.sh runs four blocks: version consistency, manifest shape (Icon plus all ImageUrls), changelog sync, plus a release build as compile-health smoke. setup-hooks.sh wires core.hooksPath to .githooks. .gitignore opens scripts/ for tracking (setup-dev-env.sh stays private). Test execution itself lives in a separate local repository and is not part of this codebase.
4 lines
109 B
Bash
Executable File
4 lines
109 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# .githooks/pre-push — invokes preflight.sh (A/B/C/D=build).
|
|
exec scripts/preflight.sh
|