Skip to content

Commit

Permalink
fix make commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraviolet10 committed Mar 12, 2024
1 parent 3847275 commit a48d963
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 format
cd packages/contracts && make format
.PHONY: format

# ==================================================================================================
Expand Down
2 changes: 1 addition & 1 deletion packages/webapp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ lint:

# Runs code quality checks.
check:
pnpm eslint .
make lint
pnpm prettier --check "src/**/*.{js,jsx,ts,tsx,json,css}"
.PHONY: check

Expand Down

0 comments on commit a48d963

Please sign in to comment.