From 72aa2112c408abcbf3519a6dc7e91fadd80b0568 Mon Sep 17 00:00:00 2001 From: Dan Oved Date: Fri, 8 Dec 2023 10:19:46 -0800 Subject: [PATCH] update to setup deps --- .github/workflows/build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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