Skip to content

Commit

Permalink
fix: Only run mixwave packages
Browse files Browse the repository at this point in the history
  • Loading branch information
matvp91 committed Oct 12, 2024

Verified

This commit was signed with the committer’s verified signature.
nstarman Nathaniel Starkman
1 parent ec38639 commit 880b38b
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -25,4 +25,4 @@ jobs:
env:
PUBLIC_API_ENDPOINT: http://api
PUBLIC_STITCHER_ENDPOINT: http://stitcher
run: pnpm build
run: pnpm --filter="@mixwave/*" build
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@mixwave/docs",
"name": "docs",
"private": true,
"version": "0.0.0",
"devDependencies": {

0 comments on commit 880b38b

Please sign in to comment.