noaignite / accelerator

A collection of NoA Ignite packages
https://docs-olive-eight.vercel.app
14 stars 3 forks source link

chore(generateMarkdown): convert to JS #245

Closed adamsoderstrom closed 1 month ago

adamsoderstrom commented 1 month ago

Due to our setup uses Node v20, we can't use the --experimental-strip-types flag yet.

changeset-bot[bot] commented 1 month ago

⚠️ No Changeset found

Latest commit: e24bcd9da8515c711833ff743f34c5e4411a0bf9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

maeertin commented 1 month ago

Thanks for the contribution ✨ But I solved it with ts-node instead to keep typechecking :)