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

build: migrate to tsup and tsx #5

Merged
merged 5 commits into from Oct 14, 2022
Merged

build: migrate to tsup and tsx #5

merged 5 commits into from Oct 14, 2022

Conversation

norskeld
Copy link
Owner

General improvements and simplification of the setup.

  • Replaces custom build workflow based on rollup with tsup.
  • Replaces tsm loader with tsx.
  • Simplifies npm scripts and
  • Fixes a "bug" when package-lock.json wouldn't get updated along with the package.json during release workflow.

Closes #3

@norskeld norskeld added feat New feature or request refactor Improvements or additions to code tooling Improvements or some work related to tooling labels Oct 14, 2022
@norskeld norskeld self-assigned this Oct 14, 2022
Regression after updating TypeScript.
@coveralls
Copy link

Pull Request Test Coverage Report for Build 3251404744

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 16.529%

Totals Coverage Status
Change from base Build 2706427600: 0.0%
Covered Lines: 25
Relevant Lines: 151

💛 - Coveralls

@norskeld norskeld merged commit 698f4b2 into master Oct 14, 2022
@github-actions
Copy link

🎉 This PR is included in version 1.1.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

@norskeld norskeld deleted the build/tsup-tsx branch October 14, 2022 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request refactor Improvements or additions to code released tooling Improvements or some work related to tooling
Projects
None yet
Development

Successfully merging this pull request may close these issues.

build: migrate to tsup and tsx
2 participants