Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: keep process.env.NODE_ENV check for test environment #71

Merged
merged 3 commits into from
Nov 10, 2021

Conversation

ling1726
Copy link
Member

@ling1726 ling1726 commented Nov 10, 2021

tsdx does not support any other environments apart from the
production and development jaredpalmer/tsdx#167

write the process.env.NODE_ENV as process.env.["NODE_ENV"] so that
tsdx does not auto replace this

tsdx does not support any other environments apart from the
`production` and `development` tsdx#167

write the `process.env.NODE_ENV` as `process.env.["NODE_ENV"]` so that
tsdx does not auto replace this
@mshoho mshoho merged commit ed64038 into microsoft:master Nov 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants