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

Improve Stamping of JavaScript Artifacts #75

Open
KetanReddy opened this issue Nov 22, 2024 · 0 comments
Open

Improve Stamping of JavaScript Artifacts #75

KetanReddy opened this issue Nov 22, 2024 · 0 comments
Labels
minor Increment the minor version when merged

Comments

@KetanReddy
Copy link
Member

Right now, JavaScript artifacts are stamped at during the tsup build. This means that when we run the release targets, the build needs to run again for it and all its dependencies. We should be able to perform the stamping after the build but before the packaging phase. While this won't prevent downstream dependencies from needing to rebuild, it will cut down on how many targets need to rebuild during publish.

@KetanReddy KetanReddy added the minor Increment the minor version when merged label Nov 22, 2024
@KetanReddy KetanReddy changed the title Fix Stamping of JavaScript Artifacts Improve Stamping of JavaScript Artifacts Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor Increment the minor version when merged
Projects
None yet
Development

No branches or pull requests

1 participant