mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:01:09 +02:00
- Create build-changed-apps.sh script that: - Detects which web apps have changes vs remote branch - Builds only affected apps (not all apps) - For shared packages, builds main apps that depend on them - Enable pre-push hook to run build validation This catches npm package incompatibilities and build failures before pushing to remote, preventing CI/CD failures. Skip with: git push --no-verify
3 lines
149 B
Text
Executable file
3 lines
149 B
Text
Executable file
# Run production build check before push
|
|
# This catches npm package incompatibilities and Docker issues before CI/CD
|
|
./scripts/build-changed-apps.sh
|