Skip to content

Commit

Permalink
CLDR-17803 docs/site: forgot a 'mkdir'
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 committed Sep 4, 2024
1 parent 5be2d36 commit a32c994
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/site/assets/js/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ async function main() {
all: [],
dirs: {},
};
await fs.mkdir('assets/json/', { recursive: true });
await traverse('.', out);
await fs.writeFile('assets/json/tree.json', JSON.stringify(out, null, ' '));
}
Expand Down

0 comments on commit a32c994

Please sign in to comment.