From 931e9317f99a4c88158135dc2ce9e2a2b017ed28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Youn=20M=C3=A9lois?= Date: Thu, 7 Nov 2024 15:57:13 +0100 Subject: [PATCH] rename format task to fmt --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 0820226..5c3ebb2 100644 --- a/deno.json +++ b/deno.json @@ -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",