mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-13 12:29:42 +02:00
Add generated file to git
This commit is contained in:
@@ -63,6 +63,6 @@ const transform = (file: string) => {
|
|||||||
if (fileChanged) {
|
if (fileChanged) {
|
||||||
console.log('Please commit the changes to the docs folder');
|
console.log('Please commit the changes to the docs folder');
|
||||||
exec('git add docs');
|
exec('git add docs');
|
||||||
process.exit(1);
|
// process.exit(0);
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
|
Reference in New Issue
Block a user