Skip to content

Commit

Permalink
add warning for process.exit(0)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Aug 30, 2023
1 parent 369e1cf commit 914649c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/scripts/index.ts
Expand Up @@ -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);
}
Expand Down

0 comments on commit 914649c

Please sign in to comment.