Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(package): use dist dir for publish and entrypoint #135

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

steebchen
Copy link
Member

@steebchen steebchen commented May 25, 2024

Change the behaviour of the dist directory:

  • set dist/index.js as entrypoint
  • set files to only include the dist directory on publish

This makes development easier because the entrypoint is the same when using npm/pnpm link.

The only downside is that imports for the end user would include the dist directory (e.g. @hatchet-dev/typescript-sdk/dist/foo/bar), but everything should be imported from the root package anyway.

Change the behaviour of the dist directory:
- set dist/index.js as entrypoint
- set `files` to only include the dist directory on publish

This makes development easier because the entrypoint is the same
when using npm/pnpm link.

The only downside is that imports for the end user would include the dist
directory, but everything should be imported from the root package anyway.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant