Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve tsc via packageManager in custom resources
when using yarn workspaces, the node_modules typescript dependency is hoisted out of the backend/custom/** directories. in that case, path.join(targetDir, 'node_modules', '.bin', 'tsc') doesn’t exist. using {packageManager.executable} run tsc allows the current package manager to resolve the dependency no matter what kind of configuration is currently set up
- Loading branch information