Skip to content

Commit 703814c

Browse files
committedOct 1, 2023
fix(workspace): add correctly the index file
1 parent d4aac62 commit 703814c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎packages/orval/src/write-specs.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ export const writeSpecs = async (
129129
.join('\n') + '\n',
130130
);
131131
}
132-
}
133132

134-
implementationPaths = [indexFile, ...implementationPaths];
133+
implementationPaths = [indexFile, ...implementationPaths];
134+
}
135135
}
136136

137137
const paths = [

1 commit comments

Comments
 (1)

vercel[bot] commented on Oct 1, 2023

@vercel[bot]
Please sign in to comment.