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

fix: use correct prepare script #31

Merged
merged 2 commits into from
Apr 19, 2024
Merged

Conversation

rickdgeerling
Copy link
Collaborator

Closes #30

It was just running tsc which results in an incorrect package structure published to NPM; files nested under lib/src instead of lib, so the package.json#main isn't correct anymore and ESLint cannot find the entry module.

@rickdgeerling rickdgeerling merged commit 07eb317 into main Apr 19, 2024
2 checks passed
@rickdgeerling rickdgeerling deleted the fix/30-incorrect-main-path branch April 19, 2024 07:18
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.

ESLint couldn't find the plugin "@trilon/eslint-plugin".
2 participants