From 76fc0cb3b3a5c03edd31b9b29f37fca1c72cdb5f Mon Sep 17 00:00:00 2001 From: Yuki Hattori Date: Sun, 15 Aug 2021 03:20:56 +0900 Subject: [PATCH] Make frozen lockfile when installing modules on CI --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 40b93ea..69bb2e5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,7 +30,7 @@ commands: - v2.3-dependencies-{{ .Environment.CIRCLE_JOB }}-{{ checksum "yarn.lock" }}- - v2.3-dependencies-{{ .Environment.CIRCLE_JOB }}- - - run: yarn install + - run: yarn install --frozen-lockfile - steps: << parameters.postinstall >> - save_cache: