Skip to content

Commit fb5bd40

Browse files
committed
Build scripts dont need to be compiled anymore
1 parent 09eede5 commit fb5bd40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/ci/build-monaco-editor-core-pkg.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ async function buildAndTest() {
8181
// Run checks and compilation
8282
await run('npm run gulp hygiene', { cwd: vscodePath });
8383
await run('npm run valid-layers-check', { cwd: vscodePath });
84-
await run('npm run compile', { cwd: join(vscodePath, 'build') });
8584
await run('npm run eslint', { cwd: vscodePath });
8685
await run('npm run monaco-compile-check', { cwd: vscodePath });
8786
await run('npm run --max_old_space_size=4095 compile', { cwd: vscodePath });

0 commit comments

Comments
 (0)