We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff1170 commit bbc3c15Copy full SHA for bbc3c15
1 file changed
deno.jsonc
@@ -94,6 +94,11 @@
94
"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"
95
},
96
97
+ "fmt": {
98
+ "description": "Format source files using deno fmt (respects each package's deno.jsonc)",
99
+ "command": "deno fmt"
100
+ },
101
+
102
// === TESTING TASKS ===
103
// Deno environment testing
104
"test:deno": "deno fmt && deno lint && deno task check && deno test --fail-fast --doc --coverage=coverage --parallel --allow-read",
0 commit comments