Skip to content

Commit 8a31fc1

Browse files
committed
Fixed builder exiting with wrong code
1 parent 06ebf67 commit 8a31fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drizzle-orm/scripts/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ async function main() {
9595
main().catch((e) => {
9696
console.error(e);
9797
process.exit(1);
98-
});
98+
}).then(() => process.exit(0));

0 commit comments

Comments
 (0)