diff --git a/package.json b/package.json index 880deca..b9150f2 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,9 @@ "description": "", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "prepublish": "make compile" + "test": "make test", + "prepublish": "make compile", + "cover": "make cover" }, "repository": { "type": "git",