Add dev and build npm scripts
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user