stephan
09/24/2020, 3:22 PMBen Schwartz
09/24/2020, 3:34 PMSERVER_ENV=local
before the command will set the environment variable just for that command
"run_me": "prisma deploy --env-file src/env_files/.env.$SERVER_ENV"
SERVER_ENV=local yarn run_me