Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: adjust create project script to ensure all built packages are …
…used The admin create script previously only updated the package.json dependencies for direct dependencies. This did not ensure that all built packages were used due to some built packages being used as transitive dependencies. The npm `overrides` field is now also used to ensure that these dependencies are also properly redirected to the built packages.
- Loading branch information