Skip to content

Commit

Permalink
chore: add --no-sandbox to electron start script (#4794)
Browse files Browse the repository at this point in the history
  • Loading branch information
begonaalvarezd authored Oct 3, 2022
1 parent fcf7de7 commit 6efec96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"start": "npm-run-all -p start:dev start:electron",
"start:dev": "cross-env NODE_ENV=development PLATFORM=desktop webpack serve --content-base public",
"start:electron": "cross-env NODE_ENV=development PLATFORM=desktop electron public/build/main.js",
"start:electron": "cross-env NODE_ENV=development PLATFORM=desktop electron --no-sandbox public/build/main.js",
"start:electron-prod": "cross-env NODE_ENV=production PLATFORM=desktop electron public/build/main.js",
"build": "yarn build:alpha",
"build:dev": "cross-env NODE_ENV=development PLATFORM=desktop webpack",
Expand Down

0 comments on commit 6efec96

Please sign in to comment.