Skip to content

Commit

Permalink
Merge pull request #1204 from ubilabs/fix/electron-build
Browse files Browse the repository at this point in the history
fix(electron) : build without legacy ssl
  • Loading branch information
KatvonRivia authored Nov 28, 2022
2 parents da20dc4 + 927a448 commit dbc9716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"electron:start": "npm run electron:compile && electron .",
"electron:install": "electron-builder install-app-deps",
"electron:clean": "rm -rf ./dist-electron && rm -rf ./dist-src-electron",
"electron:prepare-build": "npm run electron:clean && npm run electron:install && npm run build && npm run electron:compile",
"electron:prepare-build": "npm run electron:clean && npm run electron:install && npm run clean && webpack --display=errors-only -p && npm run electron:compile",
"electron:build": "electron-builder -mwl --x64 --config electron-builder.json",
"electron:download-basemaps": "gsutil -m cp -r gs://esa-cfs-tiles/${npm_package_version}/basemaps ./dist",
"story-packages": "./scripts/create-story-packages.sh",
Expand Down

0 comments on commit dbc9716

Please sign in to comment.