From 0ecffd65d49747d905cf5063b2f5fb0bbb4189b9 Mon Sep 17 00:00:00 2001 From: Justin Edelson Date: Wed, 21 Apr 2021 07:26:00 -0400 Subject: [PATCH 1/2] chore: test pr --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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 ``` + + From 8ab474af7a5866d30c644cd5c4840b7bf65602f1 Mon Sep 17 00:00:00 2001 From: Justin Edelson Date: Wed, 21 Apr 2021 07:39:08 -0400 Subject: [PATCH 2/2] chore: force color off in circle --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) 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