Skip to content

Commit

Permalink
add make fmt for fix checks (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
dubzn authored Oct 4, 2023
1 parent b66c19c commit ca3ee18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
deps: install-dojo
curl --proto '=https' --tlsv1.2 -sSf https://docs.swmansion.com/scarb/install.sh | sh -s -- -v 0.7.0 \

fmt:
scarb fmt
npx prettier -w .

install-dojo:
@echo "Installing Dojo..."
@if [ ! -d "${HOME}/.dojo" ]; then mkdir -p ${HOME}/.dojo; fi
Expand Down

0 comments on commit ca3ee18

Please sign in to comment.