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: cli commands #27

Merged
merged 6 commits into from
Jul 26, 2023
Merged

fix: cli commands #27

merged 6 commits into from
Jul 26, 2023

Conversation

Weetbix
Copy link
Collaborator

@Weetbix Weetbix commented Jul 20, 2023

This PR fixes the CLI commands by replace ts-node with tsx.

ts-node uses the ts config, which we have setup for commonjs bundling, and does not like that the new version of remarker is an esm module only. Instead of faffing with multiple configs, we can just use tsx instead of ts-node.

@Weetbix Weetbix requested a review from noon-dawg July 20, 2023 06:17
@Weetbix Weetbix self-assigned this Jul 26, 2023
Copy link
Contributor

@noon-dawg noon-dawg left a comment

Choose a reason for hiding this comment

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

🚀 🚀 🚀

@Weetbix Weetbix merged commit cbfbd68 into main Jul 26, 2023
4 checks passed
@Weetbix Weetbix deleted the jh/fix-cli branch July 26, 2023 11:29
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.

None yet

2 participants