We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 165cfcb commit ec78a33Copy full SHA for ec78a33
scripts/ci/build-monaco-editor-core-pkg.ts
@@ -89,7 +89,7 @@ async function buildAndTest() {
89
await run('npm run gulp editor-distro', { cwd: vscodePath });
90
91
// Run browser tests
92
- await run('npm run test-browser --browser chromium', { cwd: vscodePath });
+ await run('npm run test-browser -- --browser chromium', { cwd: vscodePath });
93
94
// TypeScript typings test
95
await run('mkdir typings-test', { cwd: vscodePath });
0 commit comments