From b1b31f7d199cf57599cd1bda8ea8fb0360595ef9 Mon Sep 17 00:00:00 2001 From: Ray Schamp Date: Sun, 23 Oct 2016 10:51:31 -0400 Subject: [PATCH] test(base): Add test script Allows Travis builds to build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0f8f1f3..93500d8 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Shareable ESLint config for Scratch", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", + "test": "eslint .", "semantic-release": "semantic-release pre && npm publish && semantic-release post" }, "repository": {