From ed4275b4ad6c5d7db038935d47651bce6b288049 Mon Sep 17 00:00:00 2001 From: Mark Lee Date: Thu, 19 Dec 2019 14:27:39 -0800 Subject: [PATCH] build: avoid line ending problems in CI --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 885de3294..3ac75833d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,6 +6,7 @@ step-restore-cache: &step-restore-cache steps-test: &steps-test steps: + - run: git config --global core.autocrlf input - checkout - *step-restore-cache - run: yarn