Skip to content

Conversation

@lukearndt
Copy link
Collaborator

Context:

I discovered some issues with the build process, along with an
incorrectly named directory.

Changes:

  • Added tsconfig-replace-paths to make the compiled files in dist/
    use relative paths instead of TypeScript path aliases.

  • Ran npm audit fix to update packages with reported security issues.

  • After the audit fix, the build started failing because it couldn't
    find the type definition file for 'minimatch'. This appeared to be a
    known issue with the new version of that package. Adding a typeRoots
    entry to tsconfig.build.json allowed the package to build again.

  • Fixed a typo in the directory name for one of the test scenarios.

@lukearndt lukearndt merged commit f97a6a1 into main Jul 14, 2025
9 checks passed
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.

2 participants