Skip to content

Commit c75318b

Browse files
committed
fix(@angular/cli): fix ci for new command formats
1 parent ae9817b commit c75318b

37 files changed

+21
-19
lines changed

packages/angular/cli/commands/add.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"$longDescription": "",
66

77
"$scope": "in",
8-
"$impl": "./add#AddCommand",
8+
"$impl": "./add-impl#AddCommand",
99

1010
"type": "object",
1111
"properties": {

packages/angular/cli/commands/build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"$aliases": [ "b" ],
88
"$scope": "in",
99
"$type": "architect",
10-
"$impl": "./build#BuildCommand",
10+
"$impl": "./build-impl#BuildCommand",
1111

1212
"type": "object",
1313
"properties": {

packages/angular/cli/commands/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
"$aliases": [],
88
"$scope": "in",
9-
"$impl": "./config#ConfigCommand",
9+
"$impl": "./config-impl#ConfigCommand",
1010

1111
"type": "object",
1212
"properties": {

packages/angular/cli/commands/doc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
"$aliases": [ "d" ],
88
"$type": "",
9-
"$impl": "./doc#DocCommand",
9+
"$impl": "./doc-impl#DocCommand",
1010

1111
"type": "object",
1212
"properties": {

packages/angular/cli/commands/e2e.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"$aliases": [ "e" ],
88
"$scope": "in",
99
"$type": "architect",
10-
"$impl": "./e2e#E2eCommand",
10+
"$impl": "./e2e-impl#E2eCommand",
1111

1212
"type": "object",
1313
"properties": {

0 commit comments

Comments
 (0)