Skip to content

Commit be25cde

Browse files
author
Angular Builds
committed
b361a97 fix(@angular-devkit/build-angular): absolute outputPath outputs index.html in wrong location
1 parent 76c3a4d commit be25cde

16 files changed

+25
-25
lines changed

commands/analytics.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Configures the gathering of Angular CLI usage metrics. See
3-
* https://v8.angular.io/cli/usage-analytics-gathering.
3+
* https://next.angular.io/cli/usage-analytics-gathering.
44
*/
55
export interface Schema {
66
/**

commands/analytics.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/schema",
33
"$id": "ng-cli://commands/analytics.json",
4-
"description": "Configures the gathering of Angular CLI usage metrics. See https://v8.angular.io/cli/usage-analytics-gathering.",
4+
"description": "Configures the gathering of Angular CLI usage metrics. See https://next.angular.io/cli/usage-analytics-gathering.",
55
"$longDescription": "",
66

77
"$aliases": [],

commands/build.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export interface Schema {
2525
*/
2626
prod?: boolean;
2727
/**
28-
* The name of the project to build. Can be an application or a library.
28+
* The name of the project to build. Can be an app or a library.
2929
*/
3030
project?: string;
3131
}

commands/definitions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"properties": {
88
"project": {
99
"type": "string",
10-
"description": "The name of the project to build. Can be an application or a library.",
10+
"description": "The name of the project to build. Can be an app or a library.",
1111
"$default": {
1212
"$source": "argv",
1313
"index": 0

commands/e2e.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export interface Schema {
2020
*/
2121
prod?: boolean;
2222
/**
23-
* The name of the project to build. Can be an application or a library.
23+
* The name of the project to build. Can be an app or a library.
2424
*/
2525
project?: string;
2626
}

commands/serve.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export interface Schema {
2424
*/
2525
prod?: boolean;
2626
/**
27-
* The name of the project to build. Can be an application or a library.
27+
* The name of the project to build. Can be an app or a library.
2828
*/
2929
project?: string;
3030
}

commands/test.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export interface Schema {
2020
*/
2121
prod?: boolean;
2222
/**
23-
* The name of the project to build. Can be an application or a library.
23+
* The name of the project to build. Can be an app or a library.
2424
*/
2525
project?: string;
2626
}

commands/xi18n.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export interface Schema {
2020
*/
2121
prod?: boolean;
2222
/**
23-
* The name of the project to build. Can be an application or a library.
23+
* The name of the project to build. Can be an app or a library.
2424
*/
2525
project?: string;
2626
}

help/analytics.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "analytics",
3-
"description": "Configures the gathering of Angular CLI usage metrics. See https://v8.angular.io/cli/usage-analytics-gathering.",
3+
"description": "Configures the gathering of Angular CLI usage metrics. See https://next.angular.io/cli/usage-analytics-gathering.",
44
"options": [
55
{
66
"name": "settingOrProject",

help/build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"options": [
66
{
77
"name": "project",
8-
"description": "The name of the project to build. Can be an application or a library.",
8+
"description": "The name of the project to build. Can be an app or a library.",
99
"type": "string",
1010
"required": false,
1111
"aliases": [],

0 commit comments

Comments
 (0)