From d0e48db79a8fb3462c579f91dfaa73a62ecfe2b7 Mon Sep 17 00:00:00 2001 From: thepassle Date: Fri, 19 Jul 2024 17:41:07 +0200 Subject: [PATCH] fix: biome cmd --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 89a7ace..77587aa 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "scripts": { "test": "node --test test/codemod.test.js", "test:watch": "node --test --watch test/codemod.test.js", - "format": "npx @biomejs/biome format --write **/*", + "format": "biome format --write **/*", "lint:types": "tsc", "postinstall": "node scripts/which.js" },