mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
build: enable typescript for cypress (#10170)
This commit is contained in:
5
.github/workflows/prefer_typescript.yml
vendored
5
.github/workflows/prefer_typescript.yml
vendored
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user