diff --git a/packages/e2e-test/src/commands/run.ts b/packages/e2e-test/src/commands/run.ts index e4072872d1..94bb1dd7f5 100644 --- a/packages/e2e-test/src/commands/run.ts +++ b/packages/e2e-test/src/commands/run.ts @@ -234,7 +234,7 @@ async function createApp( for (const cmd of [ 'install', - 'tsc', + 'tsc:full', 'build', 'lint:all', 'prettier:check',