mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: clarify install of build schematics deps (#45104)
PR Close #45104
This commit is contained in:
parent
80585f427b
commit
81bb0eb333
1 changed files with 2 additions and 2 deletions
|
|
@ -99,8 +99,8 @@ To tell the library how to build the schematics, add a `tsconfig.schematics.json
|
|||
|
||||
* The `build` script compiles your schematic using the custom `tsconfig.schematics.json` file.
|
||||
* The `postbuild` script copies the schematic files after the `build` script completes.
|
||||
* Both the `build` and the `postbuild` scripts require dependencies that are found in their parent directory.
|
||||
They can be installed by running `npm install` prior to running the scripts.
|
||||
* Both the `build` and the `postbuild` scripts require the `copyfiles` and `typescript` dependencies.
|
||||
To install them, navigate to their path defined in `devDependencies` and run `npm install` before running the scripts.
|
||||
|
||||
## Providing generation support
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue