Skip to content

Commit 3fbeee0

Browse files
committed
fix(export): export schemas in package.json
1 parent f16b7da commit 3fbeee0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
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)