From 1683dd77d18078778aea39de9d2517fdca99dd20 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Tue, 2 May 2017 13:38:53 -0400 Subject: [PATCH] use npm, not ./node_modules/.bin/webpack --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f9a50f..9a0d268 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "build": "webpack" }, "repository": { "type": "git",