diff --git a/packages/core/src/scripts/index.ts b/packages/core/src/scripts/index.ts index 222e28d12b9..c74f1c3831d 100644 --- a/packages/core/src/scripts/index.ts +++ b/packages/core/src/scripts/index.ts @@ -6,6 +6,7 @@ async function main() { await cli(process.cwd(), argv); + // WARNING: see https://github.com/keystonejs/keystone/pull/8788 if (argv[0] === 'build') { process.exit(0); }