Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
supnate committed Mar 18, 2024
1 parent 398780c commit c409a52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,6 @@ jobs:

# Build API docs and examples
- name: build
run: pnpm build
run: |
cd packages/nice-form-react
pnpm build

0 comments on commit c409a52

Please sign in to comment.