Don't optimize published package

This commit is contained in:
Nicolas Gallagher
2015-09-07 12:59:16 -07:00
parent 6d4c9e881f
commit e6cbea82c4
+1 -1
View File
@@ -7,7 +7,7 @@
"dist" "dist"
], ],
"scripts": { "scripts": {
"prepublish": "NODE_ENV=production npm run build", "prepublish": "npm run build",
"build": "rm -rf ./dist && webpack --config config/webpack.config.js --sort-assets-by --progress", "build": "rm -rf ./dist && webpack --config config/webpack.config.js --sort-assets-by --progress",
"example": "cd example && webpack --config webpack.config.js", "example": "cd example && webpack --config webpack.config.js",
"lint": "eslint .", "lint": "eslint .",