Add prepublish npm script
This commit is contained in:
parent
f757546b31
commit
70a3ec683f
|
@ -14,7 +14,8 @@
|
|||
},
|
||||
"scripts": {
|
||||
"dev": "NODE_ENV=development webpack --watch",
|
||||
"build": "NODE_ENV=production webpack --optimize-minimize --progress --colors"
|
||||
"build": "NODE_ENV=production webpack --optimize-minimize --progress --colors",
|
||||
"prepublish": "npm run build"
|
||||
},
|
||||
"keywords": [
|
||||
"terminal",
|
||||
|
|
Loading…
Reference in New Issue