Skip to content

Commit 98b5afb

Browse files
committed
chore: use angular/build
1 parent 96f3bde commit 98b5afb

File tree

3 files changed

+78
-84
lines changed

3 files changed

+78
-84
lines changed

apps/kitchen-sink/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"tags": [],
88
"targets": {
99
"build": {
10-
"executor": "@angular-devkit/build-angular:application",
10+
"executor": "@angular/build:application",
1111
"outputs": ["{options.outputPath}"],
1212
"options": {
1313
"outputPath": "dist/apps/kitchen-sink",
@@ -55,7 +55,7 @@
5555
"defaultConfiguration": "production"
5656
},
5757
"serve": {
58-
"executor": "@angular-devkit/build-angular:dev-server",
58+
"executor": "@angular/build:dev-server",
5959
"configurations": {
6060
"production": {
6161
"buildTarget": "kitchen-sink:build:production"

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"@angular-eslint/eslint-plugin": "19.0.2",
2121
"@angular-eslint/eslint-plugin-template": "19.0.2",
2222
"@angular-eslint/template-parser": "19.0.2",
23+
"@angular/build": "~19.0.0",
2324
"@angular/cli": "~19.0.0",
2425
"@angular/compiler-cli": "19.0.5",
2526
"@angular/language-service": "19.0.5",

0 commit comments

Comments
 (0)