From 6bc0a03fe415141791a84f377836859944b3e0a8 Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Sat, 17 Jul 2021 10:23:22 -0400 Subject: [PATCH] fix: typo --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e1b9475..17ebff7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}-${{ env.NODE_VERSION }} - name: Install dependencies if: steps.cache-restore.outputs.cache-hit != 'true' - runs: yarn + run: yarn build: runs-on: ubuntu-latest name: Build