Skip to content

Commit d9f2519

Browse files
committed
Fix issues with 'npm start:app' for local dev on Windows
1 parent 0ce37e1 commit d9f2519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"build:dir-only": "npm run server:setup && electron-builder --dir",
1616
"start": "npm run server:setup && npm run start:app",
1717
"start:dev": "ts-node ./skip-server.ts && cross-env HTK_DEV=true APP_URL='http://local.httptoolkit.tech:8080' npm run start:app",
18-
"start:app": "tsc-watch --onSuccess 'electron .'"
18+
"start:app": "tsc-watch --onSuccess \"electron .\""
1919
},
2020
"keywords": [],
2121
"author": "Tim Perry",

0 commit comments

Comments
 (0)