Skip to content

Commit bbc3c15

Browse files
committed
chore: add deno fmt task
Expose a standalone deno fmt entrypoint alongside the full test suite.
1 parent cff1170 commit bbc3c15

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

deno.jsonc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@
9494
"command": "deno task test:deno && deno task npm && deno task test:browsers && deno task test:cloudflare && deno task test:fastly && deno task bun-link && deno task test:bun && deno task test:node"
9595
},
9696

97+
"fmt": {
98+
"description": "Format source files using deno fmt (respects each package's deno.jsonc)",
99+
"command": "deno fmt"
100+
},
101+
97102
// === TESTING TASKS ===
98103
// Deno environment testing
99104
"test:deno": "deno fmt && deno lint && deno task check && deno test --fail-fast --doc --coverage=coverage --parallel --allow-read",

0 commit comments

Comments
 (0)