From 4bd8b4f6bacc05d7731831feb4875e5da20a200a Mon Sep 17 00:00:00 2001 From: Jumpei Ogawa Date: Fri, 10 May 2024 13:26:58 +0900 Subject: [PATCH] Remove unnecessary `npx` in npm scripts --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c133e44..bef0cff9 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,6 @@ }, "scripts": { "build": "jake build", - "test": "npx jake test" + "test": "jake test" } }