1.0.6 • Published 2 years ago
check-env-var v1.0.6
check-env-var
Verify that all environment variables used are available in the environment.
- Add the command in the scripts section
"scripts": {
"check-env-var": "check-env-var"
},
- Execute the command
npm run check-env-var
// or
yarn check-env-var