Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Add setup-precommit to setup task in justfile (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianpercic authored Apr 17, 2024
1 parent 12abfc0 commit cb4534c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ rust-ios:

# -------------
# Execute prior to development of project
setup: setup-verify-dependencies setup-debug-keystore setup-rust setup-windows setup-android setup-ios
setup: setup-verify-dependencies setup-precommit setup-debug-keystore setup-rust setup-windows setup-android setup-ios

setup-verify-dependencies:
@ {{message}} "Verifying all required programs are installed...\nAll programs need to be in \$PATH!"
Expand Down

0 comments on commit cb4534c

Please sign in to comment.