mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 23:13:02 +01:00
small tweaks
This commit is contained in:
parent
e441fd4498
commit
1b00da60ec
2 changed files with 16 additions and 3 deletions
|
|
@ -16,8 +16,6 @@ tsc(`monaco-css/src/tsconfig.json`);
|
|||
|
||||
dts(`monaco-css/out/amd/monaco.contribution.d.ts`, `monaco-css/monaco.d.ts`, 'monaco.languages.css');
|
||||
|
||||
cp.spawnSync(process.execPath, [path.join(__dirname, '../../node_modules/prettier/bin-prettier.js'), '--write', path.join(__dirname, '../monaco.d.ts')], { stdio: 'inherit', stderr: 'inherit' });
|
||||
|
||||
esbuild.build({
|
||||
entryPoints: ['src/cssMode.ts', 'src/css.worker.ts', 'src/monaco.contribution.ts'],
|
||||
bundle: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue