From 634baf0750f865f6c1d31cd06f14e04f33a1bae9 Mon Sep 17 00:00:00 2001
From: Moises Sacal <moisbo@gmail.com>
Date: Thu, 19 Dec 2019 11:20:30 +1100
Subject: [PATCH] arrange npm scripts

---
 package.json | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index f707eca..9f9c6c2 100644
--- a/package.json
+++ b/package.json
@@ -4,8 +4,9 @@
   "description": "",
   "main": "index.js",
   "scripts": {
-    "build": "webpack -w",
-    "start:dev": "webpack-dev-server"
+    "build": "node_modules/.bin/webpack",
+    "build:watch": "node_modules/.bin/webpack -w",
+    "start:dev": "node_modules/.bin/webpack-dev-server"
   },
   "author": "",
   "license": "ISC",
-- 
GitLab