feat(infra): scope pre-commit test hook to staged packages (GOO-228)

Replace blanket `npm test` with lint-staged for linting/formatting and
a turbo --filter script that runs tests only for workspace packages
that have staged .ts/.tsx files.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Ho Ngoc Hai
2026-04-25 18:34:38 +07:00
parent f70d7e3deb
commit 0aa4fec615
2 changed files with 37 additions and 1 deletions

View File

@@ -1 +1,2 @@
npm test
npx lint-staged
bash scripts/pre-commit-tests.sh