|
24 | 24 | "build:bazel": "node ./bin/devkit-admin build-bazel", |
25 | 25 | "build-tsc": "tsc -p tsconfig.json", |
26 | 26 | "lint": "eslint --cache --max-warnings=0 \"**/*.ts\"", |
27 | | - "ng-dev": "cross-env TS_NODE_PROJECT=$PWD/.ng-dev/tsconfig.json TS_NODE_TRANSPILE_ONLY=1 node --no-warnings --loader ts-node/esm node_modules/@angular/dev-infra-private/ng-dev/bundles/cli.mjs", |
| 27 | + "ng-dev": "cross-env TS_NODE_PROJECT=$PWD/.ng-dev/tsconfig.json TS_NODE_TRANSPILE_ONLY=1 node --no-warnings --loader ts-node/esm node_modules/@angular/ng-dev/bundles/cli.mjs", |
28 | 28 | "templates": "node ./bin/devkit-admin templates", |
29 | 29 | "validate": "node ./bin/devkit-admin validate", |
30 | 30 | "postinstall": "yarn webdriver-update && yarn husky install", |
|
66 | 66 | "devDependencies": { |
67 | 67 | "@ampproject/remapping": "2.2.0", |
68 | 68 | "@angular/animations": "14.1.0", |
| 69 | + "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#1addc303bef0b6acc0dca0961e9e642629f3a5cd", |
69 | 70 | "@angular/cdk": "14.1.0", |
70 | 71 | "@angular/common": "14.1.0", |
71 | 72 | "@angular/compiler": "14.1.0", |
72 | 73 | "@angular/compiler-cli": "14.1.0", |
73 | 74 | "@angular/core": "14.1.0", |
74 | | - "@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#b2da73b3dddddd6a253ee8ea48ef387b20f5aedf", |
75 | 75 | "@angular/forms": "14.1.0", |
76 | 76 | "@angular/localize": "14.1.0", |
77 | 77 | "@angular/material": "14.1.0", |
| 78 | + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#865c7687cdca2bd512040330e1677eecaa26e46a", |
78 | 79 | "@angular/platform-browser": "14.1.0", |
79 | 80 | "@angular/platform-browser-dynamic": "14.1.0", |
80 | 81 | "@angular/platform-server": "14.1.0", |
|
0 commit comments