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

refactor: simplify build system (#26) #29

Merged
merged 5 commits into from
May 20, 2024
Merged

refactor: simplify build system (#26) #29

merged 5 commits into from
May 20, 2024

Conversation

schoero
Copy link
Owner

@schoero schoero commented May 19, 2024

Preparation work for #25

  • Remove vite
    • Use tsc to compile TypeScript
    • Use tsc-alias to resolve tsconfig paths
  • Remove vitest
    • Use native node:test runner

schoero added 5 commits May 4, 2024 20:19
* refactor: use native test runner, remove vite, use tsc

* ci: use `zsh` to glob test files

* ci: use `glob` package for older node versions that don't support glob patterns

* ci: remove eslint9 workaround

* style: fix linting issues

* chore: update eslint config

* chore: fix glob pattern on windows

* ci: upgrade to node 22

* ci: update npm test command to use "npm test" instead of "npm t"
@schoero schoero merged commit dc10520 into main May 20, 2024
20 checks passed
@schoero schoero deleted the refactor/next branch May 20, 2024 07:56
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