2023-09-04 09:36:13 +00:00
|
|
|
#!/bin/sh
|
|
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
|
2023-12-08 15:44:55 +00:00
|
|
|
# Lint all staged files - this brings more value as pre-commit
|
|
|
|
# yarn nx format:check
|
2023-09-04 09:36:13 +00:00
|
|
|
|
|
|
|
# Test all projects with changes
|
2023-12-08 15:44:55 +00:00
|
|
|
# yarn nx affected -t test --exclude trading
|