Skip to content

Commit

Permalink
rename format task to fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sehnryr committed Nov 7, 2024
1 parent 6b0d554 commit 931e931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "deno run -A npm:vite build",
"check": "deno check src-www/",
"lint": "deno lint && deno fmt --check",
"format": "deno lint --fix && deno fmt"
"fmt": "deno lint --fix && deno fmt"
},
"compilerOptions": {
"jsx": "react-jsx",
Expand Down

0 comments on commit 931e931

Please sign in to comment.