Skip to content

Commit

Permalink
fix: πŸ’š Add missing build step for web
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon authored Mar 11, 2024
1 parent 789decc commit f4bf497
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ jobs:

- name: Build NPM Package
working-directory: package
run: yarn release
run: |
yarn build
yarn release
- name: Create New Branch
run: |
Expand Down

0 comments on commit f4bf497

Please sign in to comment.