Skip to content

Commit

Permalink
remove format update
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraviolet10 committed Mar 3, 2024
1 parent 0f02e6e commit 61e8d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webapp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ check:

# Runs prettier formatting across webapp files with specified file extensions.
format:
pnpm prettier --write "src/**/*.{js,jsx,ts,tsx,json,css}"
pnpm prettier --write "**/*.{js,jsx,ts,tsx,json,css}"
.PHONY: format

0 comments on commit 61e8d7e

Please sign in to comment.