All Questions
1 question
0
votes
1
answer
869
views
how to use package.json to call a script that sets environment variables and have those variables accessible to other scripts and commands
I have a cookiecutter Flask app. I am trying to modify my package.json so that the command npm start sets some environment variables with a Python script.
Right now my Python script appears to be ...