We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c23e6a8 commit 90c24a7Copy full SHA for 90c24a7
packages/apps/docs/src/scripts/build.mjs
@@ -74,7 +74,7 @@ const initFunc = async (fnc, description) => {
74
};
75
76
(async function () {
77
- //starting with a cleanslate, removing the tempdir
+ //starting with a cleanslate, removing the tempdir.
78
deleteTempDir();
79
await initFunc(importAllReadmes, 'Import docs from monorepo');
80
await initFunc(createDocsTree, 'Create docs tree');
0 commit comments