Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit a77b284

Browse files
committed
chore: remove pre push hook
1 parent d6ba88a commit a77b284

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
yarn test -u && git add *.md *.snap
4+
yarn lint && yarn test -u && git add ./packages/*/test/snapshots/*

.husky/pre-push

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

0 commit comments

Comments
 (0)