mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
6 lines
154 B
Bash
Executable file
6 lines
154 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
source src/dev/ci_setup/setup_env.sh
|
|
|
|
checks-reporter-with-killswitch "Check TypeScript Projects" \
|
|
node scripts/check_ts_projects
|