From fd1fc03ccaeef3ea95dac141b0ade344b3fb8d91 Mon Sep 17 00:00:00 2001 From: DABH Date: Sat, 12 Feb 2022 00:51:14 -0600 Subject: [PATCH] Force colors to work in GitHub Actions --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ecb9ac0..a9e5dc8 100644 --- a/package.json +++ b/package.json @@ -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"