/
githubmirror
/
monaco-editor
Обзор
Документация
Войти
/
githubmirror
/
monaco-editor
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
build/amd/build.script.ts
8 строк
309 B
Henning Dieterichs
uses rollup to bundle monaco-editor's monaco.d.ts (#5033)
09 окт 2025, 22:26
Не верифицирован
09 окт 2025, 22:26
a59f6c8
Код
Авторство
О чём код?
import { run } from '../../scripts/lib/index'; export async function buildAmdMinDev() { const rootPath = __dirname; await run('npx vite build --mode development', { cwd: rootPath }); await run('npx vite build', { cwd: rootPath }); await run('npx rollup -c rollup-types.config.mjs', { cwd: rootPath }); }