Skip to content

Commit

Permalink
add command "deno task format"
Browse files Browse the repository at this point in the history
  • Loading branch information
RickCogley committed Nov 10, 2024
1 parent f145b35 commit e4e4a2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"lume": "export TZ='Asia/Tokyo' && echo \"import 'lume/cli.ts'\" | deno run -A -",
"build": "deno task lume",
"serve": "deno task lume -s",
"cms": "deno task lume cms"
"cms": "deno task lume cms",
"format": "echo '=== Regular deno fmt... ===' && deno fmt --ignore=_dist && echo '=== Deno fmt for vento... ===' && deno fmt --unstable-component --ignore=_dist"
},
"compilerOptions": {
"types": [
Expand Down

0 comments on commit e4e4a2e

Please sign in to comment.