Skip to content

Conversation

@ivanauth
Copy link
Contributor

Description

Add publint to ensure the library is compatible with various bundlers and catch common packaging issues.

Closes #255

Changes

  • Add publint as dev dependency
  • Add lint:package script to run publint
  • Add publint step to CI lint workflow
  • Add files field to ensure dist is published
  • Convert repository field to standard object format

Testing

yarn build && yarn lint:package passes with "All good!"

Add publint tool to ensure the library is compatible with various
bundlers and catch common packaging issues.

Changes:
- Add publint as dev dependency
- Add 'lint:package' script to run publint
- Add publint step to CI lint workflow
- Add 'files' field to ensure dist is published
- Convert repository field to standard object format

Closes authzed#255

Signed-off-by: ivanauth <ivan@authzed.com>
@ivanauth ivanauth requested a review from a team as a code owner January 12, 2026 22:20
Copy link
Contributor

@tstirrat15 tstirrat15 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thank you!

@tstirrat15 tstirrat15 merged commit 95283f7 into authzed:main Jan 13, 2026
11 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jan 13, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add publint to project

2 participants