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

Take advantage of process.env to create variables and environments #56

Open
mitogh opened this issue Apr 24, 2016 · 0 comments
Open

Take advantage of process.env to create variables and environments #56

mitogh opened this issue Apr 24, 2016 · 0 comments

Comments

@mitogh
Copy link
Member

mitogh commented Apr 24, 2016

Steps to reproduce and a minimal demo of the problem

At the moment we have to run:

  • npm run js:staging
  • npm run js:dev

Current behavior

We need to run a command per environment

Expected/desired behavior

We can use process.env instead to setup custom variables and make scripts to work dynamically based on the environment where those are executed so we have a single command instead of n based on environments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant