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 3535 "build" : " webpack --watch" ,
3636 "server" : " pm2 start \" npx ws -d ./build-e2e -p 8080\" --name cy-server" ,
3737 "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 " ,
3939 "dist-win" : " webpack --config webpack.config.production.ts && electron-builder -w --x64 --arm64" ,
4040 "dist-mac" : " webpack --config webpack.config.production.ts && electron-builder -m --universal" ,
4141 "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