Skip to content

Commit

Permalink
Add step to install yarn packages
Browse files Browse the repository at this point in the history
  • Loading branch information
JackWilb committed Aug 26, 2022
1 parent 0702182 commit cce795a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
node-version: '16'
cache: yarn

- name: Install yarn packages (from cache if available)
run: yarn

- name: Create a production build
run: yarn build

Expand Down

0 comments on commit cce795a

Please sign in to comment.