Skip to content

Commit

Permalink
Add yarn install to ci (#29)
Browse files Browse the repository at this point in the history
Signed-off-by: Nana Essilfie-Conduah <[email protected]>
  • Loading branch information
Nana-EC authored Nov 21, 2023
1 parent 751f43f commit 0e0b17b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ jobs:
- name: Setup yarn
run: npm install -g yarn

- name: Yarn install
run: yarn install

- name: Build Code
run: npm run build

Expand Down

0 comments on commit 0e0b17b

Please sign in to comment.