Skip to content

Commit

Permalink
update global makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraviolet10 committed Mar 2, 2024
1 parent 2c3d1dd commit 72c1290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ check:
# Performs code formatting for the webapp files and contracts in their respective directories.
format:
cd packages/webapp && make format
cd packages/contract && make check
cd packages/contract && make format
.PHONY: format

# ==================================================================================================
Expand Down

0 comments on commit 72c1290

Please sign in to comment.