Skip to content

Commit fd1fc03

Browse files
committed
Force colors to work in GitHub Actions
1 parent ab74035 commit fd1fc03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"license": "MIT",
2424
"scripts": {
2525
"lint": "eslint . --fix",
26-
"test": "FORCE_COLOR=1 node tests/basic-test.js && node tests/safe-test.js"
26+
"test": "export FORCE_COLOR=1 && node tests/basic-test.js && node tests/safe-test.js"
2727
},
2828
"engines": {
2929
"node": ">=0.1.90"

0 commit comments

Comments
 (0)