File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 "scripts" : {
88 "build" : " rimraf build; npm run webpack-app; npm run webpack-main" ,
99 "webpack-app" : " webpack --progress --profile --colors --display-error-details --display-cached --mode=production" ,
10- "webpack-main" : " NODE_ENV=production webpack --config webpack.config.main.js --progress --profile --colors --display-error-details --display-cached --mode=production" ,
10+ "webpack-main" : " NODE_ENV=production webpack --config webpack.config.main.js --progress --profile --colors --display-error-details --display-cached --mode=production && cp src/package.json build/ " ,
1111 "watch" : " webpack --watch --progress --profile --colors --display-error-details --display-cached" ,
1212 "release-mac" : " electron-packager build/ gifbar --platform=darwin --arch=x64 --overwrite --no-tmpdr --out=releases/ --app-version=$npm_package_version --icon=gifbar-icon.icns --no-prune" ,
1313 "release-win" : " electron-packager build/ gifbar --platform=win32 --arch=x64 --overwrite --no-tmpdr --out=releases/ --app-version=$npm_package_version --icon=gifbar-icon.icns --no-prune" ,
You can’t perform that action at this time.
0 commit comments