From cd34ec825aed213dea71ecad04f3ce3fac1058b9 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Wed, 13 Jan 2016 13:53:07 +0100 Subject: [PATCH] Fix tests script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 78c8a16..bb237cd 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "prepublish": "npm run dirty && npm run clean && npm install && npm test", "pretest": "npm run lint", "push": "git tag $newVersion && git push origin $newVersion --follow-tags", - "test": " && sh test/test.sh" + "test": "sh test/test.sh" }, "license": "MIT" }