File tree Expand file tree Collapse file tree 5 files changed +15
-969
lines changed
Expand file tree Collapse file tree 5 files changed +15
-969
lines changed Original file line number Diff line number Diff line change @@ -24,5 +24,5 @@ version: '{build}'
2424shallow_clone : true
2525clone_depth : 1
2626test_script :
27- - ps : webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js
27+ - ps : yarn run production-windows
2828- ps : yarn run publish
Original file line number Diff line number Diff line change 11{
2- "/src/build/app.js" : " /src/build/app.js" ,
2+ "/P:/ src/build/app.js" : " /P: /src/build/app.js" ,
33 "/src/build/app.css" : " /src/build/app.css"
44}
Original file line number Diff line number Diff line change 1313 "dev" : " NODE_ENV=development webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js" ,
1414 "watch" : " NODE_ENV=development webpack --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js" ,
1515 "hot" : " NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js" ,
16- "production" : " NODE_ENV=production webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
16+ "production" : " NODE_ENV=production webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js" ,
17+ "production-windows" : " node node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
1718 },
1819 "keywords" : [],
1920 "author" : " Kris Siepert" ,
120121 "babel-plugin-transform-async-to-generator" : " ^6.24.1" ,
121122 "babel-preset-env" : " ^1.6.1" ,
122123 "babel-preset-react" : " ^6.24.1" ,
124+ "cross-env" : " ^5.2.0" ,
123125 "electron-forge" : " ^5.0.0" ,
124126 "electron-prebuilt-compile" : " 1.7.11" ,
125127 "eslint" : " ^3" ,
You can’t perform that action at this time.
0 commit comments