From cc38667df32cf181516d5e82f0da003b68e3b168 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Sat, 3 Sep 2022 09:53:42 +0530 Subject: [PATCH] Add generated file to git --- src/docs.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs.mts b/src/docs.mts index 84bb81d63..376c42221 100644 --- a/src/docs.mts +++ b/src/docs.mts @@ -63,6 +63,6 @@ const transform = (file: string) => { if (fileChanged) { console.log('Please commit the changes to the docs folder'); exec('git add docs'); - process.exit(1); + // process.exit(0); } })();