Skip to content

Commit

Permalink
Fix @inngest/test broken; package dist/ (#786)
Browse files Browse the repository at this point in the history
## Summary
<!-- Succinctly describe your change, providing context, what you've
changed, and why. -->

Fixes `@inngest/test` publishing; `dist/` was not bundled.

## Checklist
<!-- Tick these items off as you progress. -->
<!-- If an item isn't applicable, ideally please strikeout the item by
wrapping it in "~~"" and suffix it with "N/A My reason for skipping
this." -->
<!-- e.g. "- [ ] ~~Added tests~~ N/A Only touches docs" -->

- [ ] ~Added a [docs PR](https://github.com/inngest/website) that
references this PR~ N/A Packaging fix
- [ ] ~Added unit/integration tests~ N/A Packaging fix
- [ ] ~Added changesets if applicable~ N/A Packaging fix

## Related
<!-- A space for any related links, issues, or PRs. -->
<!-- Linear issues are autolinked. -->
<!-- e.g. - INN-123 -->
<!-- GitHub issues/PRs can be linked using shorthand. -->
<!-- e.g. "- inngest/inngest#123" -->
<!-- Feel free to remove this section if there are no applicable related
links.-->
- Fixes #783
  • Loading branch information
jpwilliams authored Dec 13, 2024
1 parent 5202684 commit 1f3bd4b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/purple-insects-do.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@inngest/test": patch
---

Fix `@inngest/test` not shipping `dist/` files
3 changes: 3 additions & 0 deletions packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"keywords": [
"inngest",
"test",
Expand Down

0 comments on commit 1f3bd4b

Please sign in to comment.