chrisvdm / redwoodjs-stripe

A Redwood/Stripe integration made easy
MIT License
46 stars 7 forks source link

improv: use `cwd` instead of `cd &&` #103

Closed jtoar closed 1 year ago

jtoar commented 1 year ago

I'm not great with shells, but the shell syntax here strikes me as possibly causing headaches on Windows. Even if it doesn't, exec's cwd option is exactly what this is for so we may as well use that