Skip to content

Commit 88f0b30

Browse files
authored
fix(Actions): test folders
1 parent 2ca994d commit 88f0b30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generate_schemas.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const findDirectoryPath = (targetDirectoryName) => {
1212
name: folder.name,
1313
path: path.join(pathToCheck, folder.name),
1414
}));
15+
console.log(folders)
1516
const routesDirectory = path.join(folders[0].path, "routes");
1617
return [routesDirectory, folders[0].name];
1718
};

0 commit comments

Comments
 (0)