We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7dca16 commit e11ed3eCopy full SHA for e11ed3e
package.json
@@ -10,7 +10,7 @@
10
"stop": "pm2 delete ecosystem.config.js",
11
"webpack:dev": "webpack --mode development --config webpack.conf.js --watch --color --progress",
12
"webpack:prod": "NODE_ENV=production webpack --mode production --config webpack.conf.js --devtool source-map --progress --optimize-minimize",
13
- "postinstall": "npm run updatesemantic",
+ "postinstall": "npm run updatesemantic && npm run webpack:prod",
14
"updatesemantic": "cp App/styles/theme.config ./node_modules/semantic-ui-less/theme.config; rm -Rf ./node_modules/semantic-ui-less/site; cp -R App/styles/site ./node_modules/semantic-ui-less/"
15
},
16
"author": "",
0 commit comments