We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab74035 commit fd1fc03Copy full SHA for fd1fc03
package.json
@@ -23,7 +23,7 @@
23
"license": "MIT",
24
"scripts": {
25
"lint": "eslint . --fix",
26
- "test": "FORCE_COLOR=1 node tests/basic-test.js && node tests/safe-test.js"
+ "test": "export FORCE_COLOR=1 && node tests/basic-test.js && node tests/safe-test.js"
27
},
28
"engines": {
29
"node": ">=0.1.90"
0 commit comments