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

(internal, feat): use tsup for seed CLI to speed up builds #3520

Closed
wants to merge 1 commit into from

Conversation

dsinghvi
Copy link
Member

@dsinghvi dsinghvi commented May 3, 2024

yarn seed:build takes over 10 seconds which makes it a pain to make changes and build seed. By using tsup we make the build time almost instant.

In order to use tsup you have to move all your dependencies to devDependencies so that tsup knows to resolve all of the dependencies and package them up into a single cli.cjs folder.

TODO: there is a single error that is blocking this PR related to depending on @fern-api/local-workspace-runner which is blocking this PR from merging in.

@dsinghvi dsinghvi closed this May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant