This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
angular-cn
Watch
1
Star
0
Fork
You've already forked angular-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2019b2c911
angular-cn
/
aio
/
content
/
examples
/
rx-library
/
example-config.json
9 lines
95 B
JSON
Raw
Normal View
History
Unescape
Escape
test(docs-infra): ensure RxJS-related docs examples can compile without errors (#34063) Previously, some RxJS-related examples (which are not proper Angular apps) were not tested on CI as part of the `example-e2e` npm script. This meant that the examples could get out-of-date or contain compile errors without as noticing. This commit ensures that the `example-e2e` script picks up these examples and checks that they compile successfully. Partly addresses #28017. PR Close #34063
2019-11-26 14:11:45 -05:00
{
"e2e"
:
[
{
"cmd"
:
"yarn"
,
"args"
:
[
"tsc"
,
"--project"
,
"./"
]
}
]
}