Add dev and build npm scripts

This commit is contained in:
Mohammad Fares
2018-11-04 18:14:24 +02:00
parent 1fdb24b35b
commit 269146fb60

View File

@@ -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",