Skip to content

Commit

Permalink
✅ Add missing js build step
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckcarpenter authored and RobbieTheWagner committed Mar 29, 2024
1 parent 87c5431 commit b74be5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/package-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Build shepherd.js dependency
run: pnpm -F shepherd.js build
- id: test
name: Run test
run: |
Expand Down

0 comments on commit b74be5e

Please sign in to comment.