mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
Build scripts dont need to be compiled anymore
This commit is contained in:
parent
09eede5b26
commit
fb5bd4059e
1 changed files with 0 additions and 1 deletions
|
|
@ -81,7 +81,6 @@ async function buildAndTest() {
|
|||
// Run checks and compilation
|
||||
await run('npm run gulp hygiene', { cwd: vscodePath });
|
||||
await run('npm run valid-layers-check', { cwd: vscodePath });
|
||||
await run('npm run compile', { cwd: join(vscodePath, 'build') });
|
||||
await run('npm run eslint', { cwd: vscodePath });
|
||||
await run('npm run monaco-compile-check', { cwd: vscodePath });
|
||||
await run('npm run --max_old_space_size=4095 compile', { cwd: vscodePath });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue