Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 3aee222

Browse files
X-platform fix for electron-server "start" script (#4833)
Co-authored-by: Andy Brown <[email protected]>
1 parent 852c303 commit 3aee222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Composer/packages/electron-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"lint": "eslint --quiet ./src",
1818
"lint:fix": "yarn lint --fix",
1919
"pack": "node scripts/electronBuilderPack.js",
20-
"start": "DEBUG=composer* cross-env NODE_ENV=development electron --inspect=7777 --remote-debugging-port=7778 .",
20+
"start": "cross-env NODE_ENV=development DEBUG=composer* electron --inspect=7777 --remote-debugging-port=7778 .",
2121
"test": "jest",
2222
"test:watch": "jest --watch",
2323
"l10n:extract": "cross-env NODE_ENV=production format-message extract -g underscored_crc32 -o locales/en-US.json l10ntemp/**/*.js",

0 commit comments

Comments
 (0)