Skip to content

Commit

Permalink
chore: remove husky and use lefthook instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Drevoed committed Nov 27, 2022
1 parent c4017f6 commit a0086ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"format": "cargo fmt --manifest-path ./src-tauri/Cargo.toml --all && yarn prettier --write --cache --loglevel warn .",
"lint": "cargo clippy --manifest-path ./src-tauri/Cargo.toml --no-default-features && yarn tsc --noEmit && yarn eslint src",
"lint:fix": "cargo clippy --manifest-path ./src-tauri/Cargo.toml --no-default-features --fix --allow-dirty && yarn tsc --noEmit && yarn eslint --fix src",
"prepare": "husky install"
"prepare": "lefthook install"
},
"browserslist": {
"production": [">0.2%", "not dead", "not op_mini all"],
Expand Down

0 comments on commit a0086ee

Please sign in to comment.