Skip to content

Commit 4cd1f0e

Browse files
authored
Merge pull request #162 from Geode-solutions/next
Next
2 parents f3536ae + 6358c22 commit 4cd1f0e

File tree

4 files changed

+250
-210
lines changed

4 files changed

+250
-210
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)