Closed avatarneil closed 2 years ago
Latest commit: e4337abb1460eb7c042f4dc113e867d5b5c410da
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
📚 Purpose
The recent changes to introduce dotenv-flow and upgrade TypeORM to v3 were incompatible with each other, and TypeORM CLI invocation was broken. This PR attempts to fix this by using ts-node versus the
typeorm-ts-node-commonjs
wrapper, which allowsrequire
options.👌 Resolves:
PLAT-486
📦 Impacts:
TypeORM CLI invocation in all services (but doesn't require a version change for the packages).