HearthSim / Joust

🍿 Hearthstone replays in your browser.
https://hearthsim.info/joust/
115 stars 19 forks source link

Fix Windows build #176

Closed YuntianZhang closed 7 years ago

YuntianZhang commented 7 years ago

Per usage of concurrently, the command in package.json should be quoted with escaped double quote marks. This fixes build issue in Windows 10 with node.js 7

beheh commented 7 years ago

Landed, thanks for your PR and welcome to the Joust project!