/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
scripts/docs-deploy/monitoring/ci-test.mts
8 строк
157 B
Paul Gschwendtner
build: update to the latest version of dev-infra with ESM (#25052)
11 июн 2022, 14:16
Не верифицирован
11 июн 2022, 14:16
621f209
Код
Авторство
О чём код?
import {runMonitorTestsForStable} from './index.mjs'; try { await runMonitorTestsForStable(); } catch (e) { console.error(e); process.exitCode = 1; }