We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ed81b8 commit 1112920Copy full SHA for 1112920
.cargo-husky/hooks/pre-commit
@@ -1,7 +1,7 @@
1
-#!/bin/sh
+#!/bin/bash
2
set -e
3
4
yarn lint-staged
5
cargo fmt
6
cargo clippy --fix --allow-staged
7
-cargo doc --no-deps
+cargo doc --no-deps
.cargo-husky/hooks/pre-push
@@ -1,6 +1,6 @@
cargo test --all
yarn build
-yarn test
+yarn test
0 commit comments