Skip to content

Commit

Permalink
Force colors to work in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DABH committed Feb 12, 2022
1 parent 01a1edf commit ab74035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"license": "MIT",
"scripts": {
"lint": "eslint . --fix",
"test": "node tests/basic-test.js && node tests/safe-test.js"
"test": "FORCE_COLOR=1 node tests/basic-test.js && node tests/safe-test.js"
},
"engines": {
"node": ">=0.1.90"
Expand Down

0 comments on commit ab74035

Please sign in to comment.