Created
March 11, 2020 14:02
-
-
Save undrafted/712bbb344785e71b0ac4557a364b80af to your computer and use it in GitHub Desktop.
Use env variables in package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"scripts": { | |
"e2e:staging": "yarn run $(grep API_KEY .env | cut -d '=' -f2)", | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment