build: enable typescript for cypress (#10170)

This commit is contained in:
Jesse Yang
2020-06-29 10:53:33 -07:00
committed by GitHub
parent 539e11b67e
commit 4342c33d0e
14 changed files with 187 additions and 154 deletions

View File

@@ -21,10 +21,7 @@ jobs:
js_files_added() {
jq -r '
map(
select(
(contains("cypress-base/") | not) and
(endswith(".js") or endswith(".jsx"))
)
select((endswith(".js") or endswith(".jsx"))
) | join("\n")
' ${HOME}/files_added.json
}