mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-14 17:43:52 +08:00
Currently, the version of a release is determined by the git tag. This PR changes release script to determine the release version from the `version` property in the root `package.json`. Release docs have also been updated.
/lib
Folder
This folder includes bootstrap code for the various tools included in this repository. Also
included is the packages meta-information package in packages.ts
. This is used to read and
understand all the monorepo information (contained in the .monorepo.json
file, and package.json
files across the repo).
bootstrap-local.js
should be included when running files from this repository without compiling
first. It allows for compiling and loading packages in memory directly from the repo. Not only
does the devkit-admin
scripts use this to include the library, but also all binaries linked
locally (like schematics
and ng
), when not using the npm published packages.