From f4388b93e8eb9f27460589a8c1b4753093aec6a3 Mon Sep 17 00:00:00 2001 From: takejohn <105504345+takejohn@users.noreply.github.com> Date: Mon, 8 Apr 2024 11:11:00 +0900 Subject: [PATCH] =?UTF-8?q?watch=E3=82=B9=E3=82=AF=E3=83=AA=E3=83=97?= =?UTF-8?q?=E3=83=88=E3=82=92=E4=BD=9C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b4b2c9f0..915594d4 100755 --- a/package.json +++ b/package.json @@ -43,7 +43,8 @@ "start": "npx tsx .", "test": "jest", "prepare": "husky", - "check": "npx tsc --noemit" + "check": "npx tsc --noemit", + "watch": "npx tsx watch --ignore accesslog.txt --ignore discordbot.log ." }, "workspaces": [ "packages/*"