From 92429b89197b95a5d8be9d68921c08aed8e2e62f Mon Sep 17 00:00:00 2001 From: James Ives Date: Sat, 29 Jan 2022 10:19:16 -0500 Subject: [PATCH] Update production.yml --- .github/workflows/production.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index e093a9d2c..98af4ad27 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -32,12 +32,12 @@ jobs: - name: Build run: | - yarn install + yarn install --frozen-lockfile yarn build - name: Install Production node_modules run: | - yarn install --production + yarn install --production --frozen-lockfile - name: Commit and Push # Keep the run green if the commit fails for the lack of changes