Skip to content

Commit f1a4d5e

Browse files
fix: remove pre-push hook
Signed-off-by: Vinayak Kulkarni <[email protected]>
1 parent d8143d5 commit f1a4d5e

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.husky/pre-push

Lines changed: 0 additions & 4 deletions
This file was deleted.

lint-staged.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
'*.{js,ts}': 'npm run lint && npm run test'
2+
'*.{js,ts}': 'npm run lint && npm test'
33
}

0 commit comments

Comments
 (0)