node-env-run
node-env-run copied to clipboard
Flag to ignore missing .env file
Running this locally (as a convenience thing), however I noted it broke my CI because no .env file was found. There are a few solutions, however the simplest solution would be a simple flag (like -i) to make the script ignore a missing .env file and continue as normal.