ci: switch to prepush rather than precommit

This commit is contained in:
ClementTsang 2020-08-23 21:43:24 -04:00
parent 691f6647e0
commit 6dca970541
1 changed files with 1 additions and 1 deletions

View File

@ -75,4 +75,4 @@ output = "bottom_x86_64_installer.msi"
[dev-dependencies.cargo-husky]
version = "1"
default-features = false
features = ["precommit-hook", "run-cargo-clippy"]
features = ["prepush-hook", "run-cargo-clippy"]