diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3a0d7cc..bc81fb1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Build +name: Build on: push @@ -16,5 +16,9 @@ jobs: node-version: 18 cache: "yarn" + - name: Install project dependencies + shell: bash + run: yarn + - name: Build 🏗️ run: yarn build