mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-04-24 04:25:27 +08:00
Don't optimize published package
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"dist"
|
||||
],
|
||||
"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",
|
||||
"example": "cd example && webpack --config webpack.config.js",
|
||||
"lint": "eslint .",
|
||||
|
||||
Reference in New Issue
Block a user