Add test execution to pre-push hook

This commit is contained in:
daniel-lxs 2025-11-04 12:21:34 -05:00
parent 8e4b145681
commit 1d1c0ac5f6
No known key found for this signature in database
GPG key ID: 21C74479048B3AA6

View file

@ -17,6 +17,7 @@ else
fi
$pnpm_cmd run check-types
$pnpm_cmd run test
# Check for new changesets.
NEW_CHANGESETS=$(find .changeset -name "*.md" ! -name "README.md" | wc -l | tr -d ' ')