From 79af4783af4bc92a89a83e6eb9519919d18c3e7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Wed, 17 Jan 2024 18:13:54 +0900 Subject: [PATCH] npm test --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 770ac2f..8ef1362 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,8 @@ }, "scripts": { "prepare": "husky install", - "build": "npm -ws run build" + "build": "npm -ws run build", + "test": "echo 'no test at the moment'" }, "devDependencies": { "@taplo/cli": "^0.3.2",