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
I have a macOS Sierra on which I made a simple test script that only does console.log(process.env)
I only get env variables that are prepended, e.g. npm_package_betterScripts_build_env_PRODUCTION_URL_PREFIX
I've also tried this on an Ubuntu machine, and it works fine (meaning I also see the unprefixed ENV variable, not sure why the prefixed one is needed though). Both run on node v6.10.3, better-npm-run v0.0.15
The text was updated successfully, but these errors were encountered:
I have a macOS Sierra on which I made a simple test script that only does
console.log(process.env)
I only get env variables that are prepended, e.g.
npm_package_betterScripts_build_env_PRODUCTION_URL_PREFIX
I've also tried this on an Ubuntu machine, and it works fine (meaning I also see the unprefixed ENV variable, not sure why the prefixed one is needed though). Both run on node v6.10.3, better-npm-run v0.0.15
The text was updated successfully, but these errors were encountered: