File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 35
35
"build" : " webpack --watch" ,
36
36
"server" : " pm2 start \" npx ws -d ./build-e2e -p 8080\" --name cy-server" ,
37
37
"server:stop" : " pm2 --silent stop cy-server || true" ,
38
- "dist" : " webpack --config webpack.config.production.ts && electron-builder -mwl " ,
38
+ "dist-all " : " webpack --config webpack.config.production.ts && electron-builder -w --x64 --arm64 && electron-builder -m --universal && electron-builder -l --x64 --arm64 " ,
39
39
"dist-win" : " webpack --config webpack.config.production.ts && electron-builder -w --x64 --arm64" ,
40
40
"dist-mac" : " webpack --config webpack.config.production.ts && electron-builder -m --universal" ,
41
41
"dist-linux" : " webpack --config webpack.config.production.ts && electron-builder -l --x64 --arm64" ,
You can’t perform that action at this time.
0 commit comments