/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
scripts/build-packages-dist-main.mts
14 строк
589 B
Paul Gschwendtner
build: update to the latest version of dev-infra with ESM (#25052)
11 июн 2022, 14:16
Не верифицирован
11 июн 2022, 14:16
621f209
Код
Авторство
О чём код?
#!/usr/bin/env node /** * Script that builds the release output of all packages which have the "release-package * Bazel tag set. The script builds all those packages and copies the release output to the * distribution folder within the project. */ import {performDefaultSnapshotBuild} from './build-packages-dist.mjs'; // We always build as a snapshot build, unless the script is invoked directly by the // release publish script. The snapshot release configuration ensures that the current // Git `HEAD` sha is included for the version placeholders. performDefaultSnapshotBuild();