Skip to content

Commit

Permalink
Merge pull request #22 from cameronbrill/cb/pre-push
Browse files Browse the repository at this point in the history
better pre-push hook
  • Loading branch information
cameronbrill authored Mar 10, 2024
2 parents 376514a + 05277c5 commit 51942e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .husky/pre-push
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
. "$(dirname "$0")/_/husky.sh"

find . -name 'vitest.config.ts.timestamp-*.mjs' -delete
find . -name 'vitest.config.mts.timestamp-*.mjs' -delete

yarn _conc 'yarn:lint:fix' 'yarn:format:fix'

0 comments on commit 51942e6

Please sign in to comment.