Skip to content

Commit ba0f55c

Browse files
committed
mkdir -p
1 parent eb7d251 commit ba0f55c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/buildSpecs.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ async function transformBundle({
9696
if (withDoc) {
9797
const docFolderPath = toAbsolutePath('website/specs');
9898
if (!(await exists(docFolderPath))) {
99-
fsp.mkdir(docFolderPath);
99+
fsp.mkdir(docFolderPath, { recursive: true });
100100
}
101101

102102
const pathToSpecDoc = `${docFolderPath}/${clientName}.doc.yml`;

0 commit comments

Comments
 (0)