Skip to content

Commit f25a834

Browse files
chore: some build and test fixes
1 parent 5c398c4 commit f25a834

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/post-build.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ function main(): void {
2626

2727
// Create i18n mock
2828
const i18nDir = path.join(BUILD_DIR, devtoolsFrontEndCorePath, 'i18n');
29+
fs.mkdirSync(i18nDir, {recursive: true});
2930
const localesFile = path.join(i18nDir, 'locales.js');
3031
const localesContent = `
3132
export const LOCALES = [

scripts/test.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ async function runTests(attempt) {
101101
...process.env,
102102
CHROME_DEVTOOLS_MCP_NO_USAGE_STATISTICS: true,
103103
CHROME_DEVTOOLS_MCP_CRASH_ON_UNCAUGHT: true,
104+
CHROME_DEVTOOLS_MCP_NO_UPDATE_CHECKS: true,
104105
},
105106
});
106107

0 commit comments

Comments
 (0)