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",