You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After cloning the project to run through the excercises, I noticed that the test script uses an environment variable. We run into this issue a lot here at work, due to devs using macs and windows boxes. This is easily fixed by adding cross-env to a project, and calling it before you set any envs in a script.
Since there wasn't a project specific CONTRIBUTING.md, I wasn't sure if I should open a pr here to make the quick fix. Let me know if I should, if it'd help.
The text was updated successfully, but these errors were encountered:
After cloning the project to run through the excercises, I noticed that the test script uses an environment variable. We run into this issue a lot here at work, due to devs using macs and windows boxes. This is easily fixed by adding
cross-env
to a project, and calling it before you set any envs in a script.Since there wasn't a project specific
CONTRIBUTING.md
, I wasn't sure if I should open a pr here to make the quick fix. Let me know if I should, if it'd help.The text was updated successfully, but these errors were encountered: