Skip to content

Commit 67b7dba

Browse files
fix: remove useless commands from husky
Signed-off-by: SEBASTIAN JN <[email protected]>
1 parent 30fd2f5 commit 67b7dba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.husky/pre-commit

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
git status
2-
git add .
31
npm run lint
42
npm run format
5-
echo "Done!"
3+
echo "Ready to continue..."

0 commit comments

Comments
 (0)