mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Note that because `angular.json` is a "boilerplate" file we cannot just add comments to the one that is actually used in the application. Instead this commit makes a copy, which is annotated with docregions. To ensure that this file is not ignored by the example-collector, we had to update the `.gitignore` to not ignore this file. (This also allows the file to be easily stored tracked in git). PR Close #43216
17 lines
290 B
JSON
17 lines
290 B
JSON
{
|
|
"projectType": "i18n",
|
|
"overrideBoilerplate": [
|
|
"angular.json"
|
|
],
|
|
"tests": [
|
|
{
|
|
"cmd": "yarn",
|
|
"args": [
|
|
"e2e",
|
|
"--protractor-config=e2e/protractor-puppeteer.conf.js",
|
|
"--no-webdriver-update",
|
|
"--port={PORT}"
|
|
]
|
|
}
|
|
]
|
|
}
|