Skip to content

chore: simplify action builds with tsup#455

Open
diogomatsubara wants to merge 1 commit into
eclipse-zenoh:mainfrom
ZettaScaleLabs:chore/tsup-build-simplify
Open

chore: simplify action builds with tsup#455
diogomatsubara wants to merge 1 commit into
eclipse-zenoh:mainfrom
ZettaScaleLabs:chore/tsup-build-simplify

Conversation

@diogomatsubara

Copy link
Copy Markdown
Contributor

Replace the custom build.cjs wrapper with a single tsup invocation.

  • move entrypoint discovery into tsup.config.ts
  • change npm build script to run tsup directly
  • remove build.cjs
  • regenerate dist bundles with the new build path

This keeps the output behavior the same while making the build configuration the single source of truth.

Replace the custom build.cjs wrapper with a single tsup invocation.

- move entrypoint discovery into tsup.config.ts
- change npm build script to run tsup directly
- remove build.cjs
- regenerate dist bundles with the new build path

This keeps the output behavior the same while making the build
configuration the single source of truth.
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.

1 participant