/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
scripts/build-docs-content-main.mts
11 строк
368 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 docs content NPM package and moves it into a conveniently * accessible distribution directory (the project `dist/` directory). */ import {buildDocsContentPackage} from './build-docs-content.mjs'; const builtPackage = buildDocsContentPackage(); console.info(`Built docs-content into: ${builtPackage.outputPath}`);