Run check-types and lint in husky

This commit is contained in:
cte
2025-01-31 14:38:47 -08:00
parent b80f73bc40
commit 6761012db2

View File

@@ -6,4 +6,7 @@ if [ "$branch" = "main" ]; then
fi fi
npx lint-staged npx lint-staged
npm run compile npm run compile
npm run lint
npm run check-types