From ea3a413facc086780e82887b4365a08b0e405700 Mon Sep 17 00:00:00 2001 From: Ellie Date: Sat, 7 Dec 2019 14:20:05 +0100 Subject: [PATCH] chore: remove test failure message --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 784045d..ad8b6a1 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "scripts": { "build": "rollup -c rollup.config.js", "lint": "prettier -c src/**/*", - "test": "echo \"Error: no test specified\" && exit 1", + "test": "npm run lint", "semantic-release": "semantic-release", "prepublishOnly": "npm run build" },