Skip to content

Conversation

@sirenkovladd
Copy link

.env

TEST_ENV=test-value
{
  "wireit": {
    "my-script": {
      "command": "echo env=$TEST_ENV",
      "env-file": [
        ".env"
      ]
    }
  }
}
❯ npm run my-script

> [email protected] my-script
> wireit

env=test-value            
✅ Ran 1 script and skipped 0 in 0s.

@google-cla
Copy link

google-cla bot commented Nov 18, 2023

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@sirenkovladd
Copy link
Author

@rictic

@aomarks
Copy link
Member

aomarks commented Sep 3, 2024

You could also just write this:

{
  "wireit": {
    "build": {
      "command": "source .env && do stuff"
    }
  }
}

So is this feature actually adding value?

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