Add generated file to git

This commit is contained in:
Sidharth Vinod 2022-09-03 09:53:42 +05:30
parent b6d0d7fe15
commit cc38667df3
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
})();