Skip to content

Commit 76ffcc7

Browse files
committed
Use tsup
1 parent f5e85a7 commit 76ffcc7

File tree

7 files changed

+1731
-25
lines changed

7 files changed

+1731
-25
lines changed

.husky/pre-commit

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ fi
1515
npm run generate-types
1616

1717
# Check if src/exports/types.ts has unstaged changes after running the script.
18-
if [ -n "$(git diff --name-only src/exports/types.ts)" ]; then
19-
echo "Error: There are unstaged changes to src/exports/types.ts after running 'npm run generate-types'."
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'."
2020
echo "Please review and stage the changes before committing."
2121
exit 1
2222
fi

0 commit comments

Comments
 (0)