mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 18:32:56 +01:00
Fix #2843
This commit is contained in:
parent
3ad48dbde4
commit
a8878c8cfe
8 changed files with 118 additions and 79 deletions
|
|
@ -6,7 +6,8 @@
|
|||
//@ts-check
|
||||
|
||||
const glob = require('glob');
|
||||
const { copyFile, removeDir, tsc, dts, buildESM, buildAMD } = require('../build/utils');
|
||||
const { tsc, dts, buildESM, buildAMD } = require('../build/utils');
|
||||
const { copyFile, removeDir } = require('../build/fs');
|
||||
|
||||
removeDir(`out`);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue