Skip to content

Commit 90c24a7

Browse files
committed
fix build
1 parent c23e6a8 commit 90c24a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/apps/docs/src/scripts/build.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const initFunc = async (fnc, description) => {
7474
};
7575

7676
(async function () {
77-
//starting with a cleanslate, removing the tempdir
77+
//starting with a cleanslate, removing the tempdir.
7878
deleteTempDir();
7979
await initFunc(importAllReadmes, 'Import docs from monorepo');
8080
await initFunc(createDocsTree, 'Create docs tree');

0 commit comments

Comments
 (0)