diff --git a/.esbuild/build.ts b/.esbuild/build.ts index 3005c2f70..b3f4c09a3 100644 --- a/.esbuild/build.ts +++ b/.esbuild/build.ts @@ -23,7 +23,7 @@ const handler = (e) => { }; const main = async () => { - await mkdir('stats'); + await mkdir('stats').catch(() => {}); const packageNames = Object.keys(packageOptions) as (keyof typeof packageOptions)[]; for (const pkg of packageNames) { await buildPackage(pkg).catch(handler); diff --git a/cypress/platform/e2e.html b/cypress/platform/e2e.html index 949fa5798..eac2017e1 100644 --- a/cypress/platform/e2e.html +++ b/cypress/platform/e2e.html @@ -1,7 +1,12 @@ - + - +