mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-23 22:01:11 -05:00
Updating husky hook and adding lint-staged
This commit is contained in:
@@ -5,7 +5,7 @@ if [ "$branch" = "main" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# TO DO: npx tsc-silent -p tsconfig.json --suppressConfig tsc-silent.config.js
|
||||
npm run compile
|
||||
|
||||
# Check for new changesets
|
||||
NEW_CHANGESETS=$(find .changeset -name "*.md" ! -name "README.md" | wc -l | tr -d ' ')
|
||||
|
||||
Reference in New Issue
Block a user