From 64482e6616c522ffc386e85220df87926bb86e43 Mon Sep 17 00:00:00 2001 From: Stefano Vozza Date: Sat, 27 Feb 2016 19:34:45 +0000 Subject: [PATCH] add npm test script --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 19463ae0..88d0c3f6 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,9 @@ "type": "git", "url": "git://github.com/plaid/sanctuary.git" }, + "scripts": { + "test": "make test lint" + }, "dependencies": { "ramda": "0.19.x", "sanctuary-def": "0.4.x"