Skip to content

Commit

Permalink
chore: remove pre push hook
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo committed Apr 15, 2021
1 parent d6ba88a commit a77b284
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn test -u && git add *.md *.snap
yarn lint && yarn test -u && git add ./packages/*/test/snapshots/*
4 changes: 0 additions & 4 deletions .husky/pre-push

This file was deleted.

0 comments on commit a77b284

Please sign in to comment.