Skip to content

Commit

Permalink
Pre push instead of pre commit (#184)
Browse files Browse the repository at this point in the history
* dont run checks on EVERY commit, do it on pushes

* test

* run linters instead of lint-staged

* fix command

* fix induced lint error
  • Loading branch information
choden-dev authored Mar 23, 2024
1 parent 8be0161 commit 425ac42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .husky/pre-commit

This file was deleted.

2 changes: 2 additions & 0 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
yarn lint-all
yarn prettier:ci

0 comments on commit 425ac42

Please sign in to comment.