Skip to content

Commit

Permalink
test: force chalk colors in test in CCI (aws-amplify#7875)
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardfoyle authored and marcvberg committed Oct 13, 2021
1 parent 5d9a852 commit 66b7902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/amplify-prompts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "tsc",
"clean": "rimraf lib tsconfig.tsbuildinfo",
"demo": "yarn build && node lib/demo/demo.js",
"test": "jest",
"test": "jest --color",
"watch": "tsc -w"
},
"repository": {
Expand Down

0 comments on commit 66b7902

Please sign in to comment.