Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Force colors to work in GitHub Actions
  • Loading branch information
DABH committed Feb 12, 2022
1 parent ab74035 commit fd1fc03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,7 +23,7 @@
"license": "MIT",
"scripts": {
"lint": "eslint . --fix",
"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"
},
"engines": {
"node": ">=0.1.90"
Expand Down

0 comments on commit fd1fc03

Please sign in to comment.