mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Add test execution to pre-push hook
This commit is contained in:
parent
8e4b145681
commit
1d1c0ac5f6
1 changed files with 1 additions and 0 deletions
|
|
@ -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 ' ')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue