Skip to content

Commit

Permalink
update to setup deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oveddan committed Dec 8, 2023
1 parent 167c88f commit 72aa211
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: Build

on: push

Expand All @@ -16,5 +16,9 @@ jobs:
node-version: 18
cache: "yarn"

- name: Install project dependencies
shell: bash
run: yarn

- name: Build 🏗️
run: yarn build

0 comments on commit 72aa211

Please # to comment.