diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index e093a9d2..98af4ad2 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