Skip to content

Commit

Permalink
chore: fix build step in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumarrs committed Nov 5, 2024
1 parent 99bf83d commit 855fc51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ jobs:
- name: Generate build
run: |
npm run build
npm run build:cjs
npm run build:esm

0 comments on commit 855fc51

Please sign in to comment.