Skip to content

Commit

Permalink
fix: add watch=false to husky
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelDemey committed Oct 30, 2024
1 parent 3c5ee53 commit cbd17c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
yarn --cwd drama-queen run format:check
yarn --cwd drama-queen run lint
yarn --cwd drama-queen run test
yarn --cwd drama-queen run test --watch=false

0 comments on commit cbd17c5

Please sign in to comment.