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

Dev Workflow Improvements #538

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

rokotyan
Copy link
Contributor

A few configuration tweaks to improve the dev experience

TS: Renaming the build directory from lib to dist for consistency
Dev: Tweaking tsconfig to get types from the source not dist
Dev: Replacing deprecated JSX.Element with React.ReactNode
Misc: Copying package files to dist after build (handy when using npm link)
Misc: Deleting unused Dockerfile

@rokotyan rokotyan force-pushed the feature/dev-workflow-improvements branch from 8638810 to 0f29730 Compare March 3, 2025 19:04
@rokotyan
Copy link
Contributor Author

rokotyan commented Mar 3, 2025

Not sure why the CI fails (works locally), will need to investigate.

@curran
Copy link

curran commented Mar 4, 2025

Replacing deprecated JSX.Element with React.ReactNode

Very nice!!! I've noticed this.

handy when using npm link

Amazing. It would be great to have the npm link workflow more stable. The copying of package.json is a great thing to add for this.

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.

3 participants