From 925e74bae1c2fc48e17986c93f87f47ee703a1c4 Mon Sep 17 00:00:00 2001 From: cory robinson Date: Thu, 2 Feb 2017 23:21:44 -0800 Subject: [PATCH] fix(): change exit code on npm test cmd --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b7f2ecf..bbb7fb4 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "https://github.com/crobinson42/react-skeleton-css" }, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", + "test": "echo \"Error: no test specified\" && exit 0", "dev": "webpack-dev-server --hot --watch", "semantic-release": "semantic-release pre && npm publish && semantic-release post" },