mirror of
https://github.com/angular/angular-cli.git
synced 2025-06-02 11:16:09 +08:00
Migrates `@angular/build` tests to native `rules_js`. This involves wiring up the package in the pnpm workspace, as well as adding some missing dependencies that previously weren't needed due to less efficient per-package isolation of transitive deps. In addition, we need to explicitly specify `ssr` as dev dependency as we are not auto-installing peer deps, and the dependency is needed for some server SSR tests.
8 lines
156 B
JSON
8 lines
156 B
JSON
{
|
|
"devDependencies": {
|
|
"@angular-devkit/core": "workspace:*",
|
|
"@angular-devkit/architect": "workspace:*",
|
|
"@angular/ssr": "workspace:*"
|
|
}
|
|
}
|