build(docs-infra): remove obsolete content from `example-config.json` files (#36015)

The `build` and `run` properties in `example-config.json` are only used
in example projects of type `systemjs`. In CLI-type projects, `build`
and `run` are ignored.

PR Close #36015
This commit is contained in:
George Kalpakas 2020-03-17 22:28:35 +02:00 committed by Andrew Kushnir
parent cc238e6377
commit 21b8d6956a
4 changed files with 0 additions and 16 deletions

View File

@ -1,4 +0,0 @@
{
"build": "build:cli",
"run": "serve:cli"
}

View File

@ -1,4 +0,0 @@
{
"build": "build:cli",
"run": "serve:cli"
}

View File

@ -1,4 +0,0 @@
{
"build": "build:cli",
"run": "serve:cli"
}

View File

@ -1,4 +0,0 @@
{
"build": "build:cli",
"run": "serve:cli"
}