3 Commits

Author SHA1 Message Date
Charles Lyding
eb8f1faa4c 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.
2024-04-18 19:36:10 +02:00
Alan Agius
817d99d2b4 build: a couple of tweaks and fixes to yarn admin create.
This update addresses an issue where an older version of the CLI tarball was mistakenly employed in creating a new application via `yarn admin create`.

Additionally, `yarn admin create` now accommodates extra options that can be utilized with `ng new`.

Example:
```
yarn admin create my-app --ssr
```
2024-03-21 10:30:17 -04:00
Alan Agius
a88bc7c91f build: remove the need to bootstrap-local
This commit removes the need for the bootstrap-local logic and moves the scripts to` mts`
2024-03-14 15:46:54 +01:00