spotify/reactochart

[Infra] Integrate cross-env into scripts using ENV variables

krissalvador27 opened this issue · 2 comments

Our build and test scripts set env variables that fail for developers on Windows OS.
We should leverage cross-env on scripts that require an env variable.

Can I take this up?
I would need some help getting started!

Thanks!

Hey @rbrishabh!

Would require an added devDependency of cross-env and updating any scripts that set NODE or BABEL environments to use cross-env. The scripts should then work for Mac and Windows OS. Let me know if you decide to work on this and I'll assign you. 👍