Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Sep 30, 2023
1 parent 8ca32f3 commit 9e175b4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Source/Function/Build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,6 @@ export default (async (...[File, Option]: Parameters<Type>) => {
" --entryPoints "
)}`
);

// setTimeout(() => {
// Exec("mv ./Documentation/functions ./Documentation/Function");

// Exec(
// `find ./Documentation -type f -name '*.html' -exec sed -i -E --regexp-extended 's:(href="([^"]+)?)functions/:\\1Function/:g' {} \;`
// );
// }, 10000);
}) satisfies Type as Type;

import type Type from "../Interface/Build.js";
Expand Down

0 comments on commit 9e175b4

Please sign in to comment.