From 0332481b486083997a1750601930a62c9a138e0a Mon Sep 17 00:00:00 2001 From: James Ives Date: Sat, 29 Jan 2022 10:18:53 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 19d5f13e..9bfbcaa8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: - name: Install and Test run: | - yarn install + yarn install --frozen-lockfile yarn lint yarn test @@ -51,12 +51,12 @@ jobs: - name: Build lib run: | - yarn install + yarn install --frozen-lockfile yarn build - name: Rebuild production node_modules run: | - yarn install --production + yarn install --production --frozen-lockfile ls node_modules - name: artifact