Skip to content

Commit

Permalink
Build package before building demo
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurrump committed Apr 13, 2024
1 parent a4f7c1d commit e446aab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
cache: "pnpm"
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Build package
working-directory: package
run: pnpm build
- name: Build demo
working-directory: demo
run: pnpm build
Expand Down

0 comments on commit e446aab

Please # to comment.