Skip to content

Commit

Permalink
Add pre-push script setup to init script
Browse files Browse the repository at this point in the history
  • Loading branch information
khssnv committed Sep 25, 2023
1 parent 11dba86 commit 0192def
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ rustup install nightly-2022-10-09
rustup target add wasm32-unknown-unknown --toolchain nightly-2022-10-09

ln -sf $PWD/scripts/pre-commit.sh $PWD/.git/hooks/pre-commit || true
ln -sf $PWD/scripts/pre-push.sh $PWD/.git/hooks/pre-push || true

0 comments on commit 0192def

Please sign in to comment.