Skip to content

Commit f8a3a88

Browse files
committed
fix: lint
1 parent a49bad6 commit f8a3a88

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/docs/scripts/build.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ await buildScript(async (packageRoot) => {
3636
$s`docusaurus build`;
3737
});
3838

39-
async function makeITDDocs(repoRoot: string): Promise<void> {
39+
async function makeITDDocs(repoRoot: string) {
4040
const packagePath = path.join(
4141
repoRoot,
4242
"packages",
@@ -47,7 +47,7 @@ async function makeITDDocs(repoRoot: string): Promise<void> {
4747
await $`tsx --tsconfig ./scripts/tsconfig.json ./scripts/fixIsaacTypeScriptDefinitions.mts`;
4848
}
4949

50-
async function makeISCDocs(repoRoot: string): Promise<void> {
50+
async function makeISCDocs(repoRoot: string) {
5151
const packagePath = path.join(repoRoot, "packages", "isaacscript-common");
5252
const $$ = $op({ cwd: packagePath });
5353
await $$`npm run docs`;

0 commit comments

Comments
 (0)