Skip to content

Commit 1e33070

Browse files
committed
Remove comment
1 parent 76ffcc7 commit 1e33070

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.husky/pre-commit

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ fi
1414

1515
npm run generate-types
1616

17-
# Check if src/exports/types.ts has unstaged changes after running the script.
1817
if [ -n "$(git diff --name-only src/exports/roo-code.d.ts)" ]; then
1918
echo "Error: There are unstaged changes to roo-code.d.ts after running 'npm run generate-types'."
2019
echo "Please review and stage the changes before committing."

0 commit comments

Comments
 (0)