Add generated file to git

This commit is contained in:
Sidharth Vinod
2022-09-03 09:53:42 +05:30
parent b6d0d7fe15
commit cc38667df3

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