Skip to content

Commit

Permalink
X-platform fix for electron-server "start" script (#4833)
Browse files Browse the repository at this point in the history
Co-authored-by: Andy Brown <asbrown002@gmail.com>
  • Loading branch information
tonyanziano and a-b-r-o-w-n committed Nov 16, 2020
1 parent 852c303 commit 3aee222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Composer/packages/electron-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lint": "eslint --quiet ./src",
"lint:fix": "yarn lint --fix",
"pack": "node scripts/electronBuilderPack.js",
"start": "DEBUG=composer* cross-env NODE_ENV=development electron --inspect=7777 --remote-debugging-port=7778 .",
"start": "cross-env NODE_ENV=development DEBUG=composer* electron --inspect=7777 --remote-debugging-port=7778 .",
"test": "jest",
"test:watch": "jest --watch",
"l10n:extract": "cross-env NODE_ENV=production format-message extract -g underscored_crc32 -o locales/en-US.json l10ntemp/**/*.js",
Expand Down

0 comments on commit 3aee222

Please sign in to comment.