From 278c5ceb878c44bd0031740f6a124996e59dd8e8 Mon Sep 17 00:00:00 2001 From: "Brian M. Carlson" Date: Tue, 22 Oct 2013 13:20:46 -0500 Subject: [PATCH] Update npm test command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 26a4ebdf..d7c0af8d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Postgres query result returned as readable stream", "main": "index.js", "scripts": { - "test": "node test" + "test": "make test" }, "repository": { "type": "git",