diff --git a/.circleci/config.yml b/.circleci/config.yml index e84ccf4..ae76d71 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,6 +7,7 @@ jobs: working_directory: ~/cli environment: NYC: "yarn exec nyc -- --nycrc-path node_modules/@oclif/nyc-config/.nycrc" + FORCE_COLOR: "0" steps: - checkout - restore_cache: &restore_cache diff --git a/README.md b/README.md index 86dfc74..3b473cc 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,5 @@ console.log(`input arg: ${args.input}`) // output file is: myexample.txt // input arg: myinput ``` + +