From 269146fb603346f4dd9c9844f7230dbb3512ed39 Mon Sep 17 00:00:00 2001 From: Mohammad Fares Date: Sun, 4 Nov 2018 18:14:24 +0200 Subject: [PATCH] Add dev and build npm scripts --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 13b92f4..288ef0c 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,10 @@ "bin": { "terminalizer": "bin/app.js" }, + "scripts": { + "dev": "NODE_ENV=development webpack --watch", + "build": "NODE_ENV=production webpack --optimize-minimize --progress --colors" + }, "keywords": [ "terminal", "record",