Skip to content

Commit 27fcc5c

Browse files
committed
fix(shema_output_names): prefix for generated schema
1 parent e2f8724 commit 27fcc5c

File tree

3 files changed

+248
-208
lines changed

3 files changed

+248
-208
lines changed

generate_schemas.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const findDirectoryPath = (targetDirectoryName, folderName) => {
4444

4545
const directoryPath = findDirectoryPath(projectName, folderName);
4646

47-
const outputFile = path.join(process.cwd(), "schemas.json");
47+
const outputFile = path.join(process.cwd(), `${projectName}_schemas.json`);
4848

4949
function return_json_schema(directoryPath, folder_path, projectName) {
5050
console.log("return_json_schema", directoryPath, folder_path, projectName);

0 commit comments

Comments
 (0)