Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
christianezeani committed Nov 26, 2024
1 parent 2fee2f2 commit 810b49d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'

- name: Install Yarn
run: npm install -g yarn

- name: Install Dependencies
run: npm ci
run: yarn install

- name: Build Packages
run: bash .deploy/build.sh
Expand Down

0 comments on commit 810b49d

Please sign in to comment.