Skip to content

Commit 1112920

Browse files
committed
Cleanup.
1 parent 2ed81b8 commit 1112920

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.cargo-husky/hooks/pre-commit

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
set -e
33

44
yarn lint-staged
55
cargo fmt
66
cargo clippy --fix --allow-staged
7-
cargo doc --no-deps
7+
cargo doc --no-deps

.cargo-husky/hooks/pre-push

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
set -e
33

44
cargo test --all
55
yarn build
6-
yarn test
6+
yarn test

0 commit comments

Comments
 (0)