Skip to content

Commit

Permalink
fix: filter build by packages
Browse files Browse the repository at this point in the history
  • Loading branch information
notunderctrl committed Feb 2, 2024
1 parent 34e988c commit a0df3cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: 🍳 Prepare
run: pnpm install

- name: 🧱 Build
run: pnpm --filter './packages/*' run build

- name: 🚚 Publish
run: pnpm run deploy:package
env:
Expand Down

0 comments on commit a0df3cc

Please sign in to comment.