From 4d07e2af401aae9f73c66970fd5fd98854ad0ac8 Mon Sep 17 00:00:00 2001 From: jffarge Date: Thu, 18 Nov 2021 15:39:53 +0100 Subject: [PATCH] docs: :bug: remove --frozen-lockfile option to update yarn.lock Signed-off-by: jffarge --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a913da8..415474e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -183,6 +183,7 @@ jobs: REACT_APP_AMPLITUDE_ID: 123 with: config: chromeWebSecurity=false + install-command: yarn install --silent start: | yarn start yarn start:withAuth