We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76ffcc7 commit 1e33070Copy full SHA for 1e33070
.husky/pre-commit
@@ -14,7 +14,6 @@ fi
14
15
npm run generate-types
16
17
-# Check if src/exports/types.ts has unstaged changes after running the script.
18
if [ -n "$(git diff --name-only src/exports/roo-code.d.ts)" ]; then
19
echo "Error: There are unstaged changes to roo-code.d.ts after running 'npm run generate-types'."
20
echo "Please review and stage the changes before committing."
0 commit comments