We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 125576c commit a6d713aCopy full SHA for a6d713a
backend/src/build-system/utils/file_generator_util.ts
@@ -105,7 +105,7 @@ export function getSortedFiles(
105
graph: [string, string][],
106
nodes: Set<string>,
107
): string[] {
108
- const sortedFiles = toposort(graph).reverse();
+ const sortedFiles = toposort(graph);
109
110
Array.from(nodes).forEach((node) => {
111
if (!sortedFiles.includes(node)) {
0 commit comments