From 9bf8cdef63535eccaa4a9e778a7c032be1b4a1bc Mon Sep 17 00:00:00 2001 From: "Jan T. Sott" Date: Wed, 3 Jan 2024 00:14:02 +0100 Subject: [PATCH] re-add test script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index bf6fb95..3a46ef3 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,8 @@ "dev:lib": "npm run build:lib -- --watch", "lint": "eslint ./src --ignore-path .gitignore", "prepack": "npm run build", - "prepare": "husky install" + "prepare": "husky install", + "test": "echo \"Error: no test specified\" && exit 0" }, "dependencies": { "commander": "^11.1.0",