mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
5 lines
90 B
Bash
Executable file
5 lines
90 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
source src/dev/ci_setup/setup_env.sh
|
|
|
|
node scripts/eslint --no-cache
|