Skip to content

Commit

Permalink
update publish command so its callign the right thing
Browse files Browse the repository at this point in the history
  • Loading branch information
roodboi committed Nov 9, 2023
1 parent 1da9ecb commit 00d6df1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/shy-bees-thank.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"next-assistants": patch
---

Fix CI to actually include dist in build :)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"typecheck": "tsc --noEmit",
"changeset": "changeset",
"version-packages": "changeset version",
"publish-packages": "turbo run build --filter='@hackdance/*' && changeset publish"
"publish-packages": "turbo run build --filter='next-assistants' && changeset publish"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
Expand Down

0 comments on commit 00d6df1

Please sign in to comment.