We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a81817 commit be0472dCopy full SHA for be0472d
package.json
@@ -18,14 +18,15 @@
18
"url": "git://github.com/rolodato/dotenv-safe.git"
19
},
20
"scripts": {
21
- "pretest": "./node_modules/eslint/bin/eslint.js index.js config.js MissingEnvVarsError.js test/.",
22
- "test": "HELLO=fromTheOtherSide mocha"
+ "pretest": "eslint index.js config.js MissingEnvVarsError.js test/.",
+ "test": "cross-env HELLO=fromTheOtherSide mocha"
23
24
"peerDependencies": {
25
"dotenv": ">= 8.2.0"
26
27
"devDependencies": {
28
"chai": "^4.2.0",
29
+ "cross-env": "^7.0.3",
30
"eslint": "^6.8.0",
31
"fs-extra": "^9.0.0",
32
"lodash.clonedeep": "^4.5.0",
test/mocha.opts
0 commit comments