From a250b1a2ee44f9742c162f9274033632d359f30e Mon Sep 17 00:00:00 2001 From: Gen Tamura Date: Fri, 7 Feb 2025 13:28:10 +0900 Subject: [PATCH] Update commands --- .zed/settings.json | 3 ++- .zed/tasks.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.zed/settings.json b/.zed/settings.json index a65665721..f9c029509 100644 --- a/.zed/settings.json +++ b/.zed/settings.json @@ -1,8 +1,9 @@ { "formatter": { "external": { - "command": "pnpm dlx", + "command": "pnpm", "arguments": [ + "dlx", "@biomejs/biome", "check", "--apply", diff --git a/.zed/tasks.json b/.zed/tasks.json index e35d794f2..d5d5ca26e 100644 --- a/.zed/tasks.json +++ b/.zed/tasks.json @@ -11,7 +11,7 @@ }, { "label": "drizzle studio", - "command": "pnpm dlx drizzle-kit studio", + "command": "pnpm drizzle-kit studio", "allow_concurrent_runs": false }, {