Add dev and build npm scripts
This commit is contained in:
@@ -12,6 +12,10 @@
|
|||||||
"bin": {
|
"bin": {
|
||||||
"terminalizer": "bin/app.js"
|
"terminalizer": "bin/app.js"
|
||||||
},
|
},
|
||||||
|
"scripts": {
|
||||||
|
"dev": "NODE_ENV=development webpack --watch",
|
||||||
|
"build": "NODE_ENV=production webpack --optimize-minimize --progress --colors"
|
||||||
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"terminal",
|
"terminal",
|
||||||
"record",
|
"record",
|
||||||
|
|||||||
Reference in New Issue
Block a user