mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
refactor(docs-infra): remove example configs for tooling that no longer exists
An example-config.json marked a directory as a doc example and told aio's
example tooling which boilerplate to use and what to run against it. #56496
removed that tooling in June 2024. Eight of these fifteen files are empty and no
code has read any of them since; the name survives only in the zip and
StackBlitz exclude lists, which skip it rather than open it.
(cherry picked from commit ddfd8a8e9b)
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"projectType": "cli",
|
||||
"overrideBoilerplate": ["tsconfig.json", "tsconfig.app.json"],
|
||||
"tests": [
|
||||
{
|
||||
"cmd": "yarn",
|
||||
"args": ["e2e"]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"projectType": "elements"
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"tests": [
|
||||
{"cmd": "yarn", "args": ["test", "--browsers=ChromeHeadlessNoSandbox", "--no-watch"]},
|
||||
{"cmd": "yarn", "args": ["e2e", "--configuration=production"]}
|
||||
]
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"projectType": "i18n",
|
||||
"overrideBoilerplate": ["angular.json"],
|
||||
"tests": [
|
||||
{
|
||||
"cmd": "yarn",
|
||||
"args": ["e2e"]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"projectType": "schematics"
|
||||
}
|
||||
@@ -1,25 +0,0 @@
|
||||
{
|
||||
"projectType": "service-worker",
|
||||
"tests": [
|
||||
{"cmd": "yarn", "args": ["e2e"]},
|
||||
{"cmd": "yarn", "args": ["build"]},
|
||||
{
|
||||
"cmd": "node",
|
||||
"args": ["--eval", "assert(fs.existsSync('./dist/ngsw.json'), 'ngsw.json is missing')"]
|
||||
},
|
||||
{
|
||||
"cmd": "node",
|
||||
"args": [
|
||||
"--eval",
|
||||
"assert(fs.existsSync('./dist/ngsw-worker.js'), 'ngsw-worker.js is missing')"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cmd": "node",
|
||||
"args": [
|
||||
"--eval",
|
||||
"assert(require('./package.json').dependencies['@angular/service-worker'], '@angular/service-worker is missing')"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"tests": [
|
||||
{"cmd": "yarn", "args": ["test", "--browsers=ChromeHeadlessNoSandbox", "--no-watch"]},
|
||||
{"cmd": "yarn", "args": ["e2e", "--configuration=production"]}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user