|
14 | 14 | "admin": "node --no-warnings=ExperimentalWarning --experimental-transform-types ./scripts/devkit-admin.mts", |
15 | 15 | "bazel": "bazelisk", |
16 | 16 | "test": "bazel test //packages/...", |
17 | | - "build": "pnpm -s admin build", |
| 17 | + "build": "pnpm --silent admin build", |
18 | 18 | "build-schema": "bazel build //... --build_tag_filters schema --symlink_prefix dist-schema/", |
19 | 19 | "lint": "eslint --cache --max-warnings=0", |
20 | | - "templates": "pnpm -s admin templates", |
21 | | - "validate": "pnpm -s admin validate", |
| 20 | + "templates": "pnpm --silent admin templates", |
| 21 | + "validate": "pnpm --silent admin validate", |
22 | 22 | "postinstall": "husky", |
23 | 23 | "ts-circular-deps": "ng-dev ts-circular-deps --config ./scripts/circular-deps-test.conf.mjs", |
24 | 24 | "check-tooling-setup": "tsc --project .ng-dev/tsconfig.json", |
|
28 | 28 | "type": "git", |
29 | 29 | "url": "git+https://github.com/angular/angular-cli.git" |
30 | 30 | }, |
31 | | - "packageManager": "pnpm@11.25.0", |
| 31 | + "packageManager": "pnpm@12.3.4", |
32 | 32 | "engines": { |
33 | 33 | "node": "^22.22.3 || ^24.15.0 || >=26.0.0", |
34 | 34 | "npm": "Please use pnpm instead of NPM to install dependencies", |
35 | 35 | "yarn": "Please use pnpm instead of Yarn to install dependencies", |
36 | | - "pnpm": "11.25.0" |
| 36 | + "pnpm": "12.3.4" |
37 | 37 | }, |
38 | 38 | "author": "Angular Authors", |
39 | 39 | "license": "MIT", |
|
0 commit comments