verekia / js-stack-from-scratch

🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack.
MIT License
20.07k stars 1.99k forks source link

Fixes issues with yarn prod:start #201

Closed nu11p01n73R closed 7 years ago

nu11p01n73R commented 7 years ago

The yarn prod:start is failing ( As reported in issue #200 ) because the commands are not delimited properly. Fixed that in this pull request. :)