Build scripts dont need to be compiled anymore

This commit is contained in:
Henning Dieterichs 2025-12-17 12:13:06 +01:00
parent 09eede5b26
commit fb5bd4059e
No known key found for this signature in database
GPG key ID: 771381EFFDB9EC06

View file

@ -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 });