From a421adc7e7813775a932aefaafd5d162bc137766 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Thu, 4 May 2017 12:46:30 -0400 Subject: [PATCH] build call in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b76cd2b..f9f7fcb 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-dev-server --open" }, "author": "", "license": "ISC",