build(docs-infra): remove unnecessary zipper.json file (#37947)
The `zipper.json` file is only needed if the example does not have a `stackblitz.json` file, which this (i18n) example does. Moreover, it appears that having both can cause the generated zip file to be corrupted and not unzippable. Fixes #37849 PR Close #37947
This commit is contained in:
parent
72d6032fa4
commit
04c220bbdf
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
"files": [
|
||||
"!dist/",
|
||||
"!**/*.d.ts",
|
||||
"!src/**/*.js",
|
||||
"!doc-files/**/*",
|
||||
"**/*.xlf"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue