Skip to content

Commit 6962332

Browse files
committed
chore(scripts): sveld should be await-ed
1 parent 12cb9d9 commit 6962332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-docs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Glob } from "bun";
22
import { sveld } from "sveld";
33
import pkg from "../package.json" with { type: "json" };
44

5-
sveld({
5+
await sveld({
66
glob: true,
77
markdown: true,
88
markdownOptions: {

0 commit comments

Comments
 (0)