Skip to content

Commit 76ae8ae

Browse files
authored
Merge pull request #69 from Geode-solutions/import_schemas_json
Import schemas json
2 parents 4a563e0 + 3fbeee0 commit 76ae8ae

File tree

4 files changed

+455
-451
lines changed

4 files changed

+455
-451
lines changed

generate_schemas.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,3 @@ const finalJson = {};
7878
finalJson[project_name] = return_json_schema(directoryPath, "", project_name);
7979

8080
fs.writeFileSync(outputFile, JSON.stringify(finalJson, null, 2));
81-
82-
console.log("Fichier JSON créé avec succès :", outputFile);

0 commit comments

Comments
 (0)