Skip to content

Commit 95d4647

Browse files
committed
ci: force color when running tests
1 parent 5c3cfb1 commit 95d4647

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
@@ -15,7 +15,7 @@
1515
"scripts": {
1616
"mrm": "mrm --preset=@adonisjs/mrm-preset",
1717
"pretest": "npm run lint",
18-
"test": "node .bin/test.js",
18+
"test": "cross-env FORCE_COLOR=true node .bin/test.js",
1919
"lint": "eslint . --ext=.ts",
2020
"clean": "del build",
2121
"compile": "npm run lint && npm run clean && tsc",

0 commit comments

Comments
 (0)