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