Skip to content

Commit 2ef5ee4

Browse files
committed
fix: build script error
1 parent 090eb6d commit 2ef5ee4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ async function build() {
107107
console.log("Discovering source files");
108108
const dirs = await Promise.all([
109109
discoverDirectory("src"),
110-
discoverDirectory("src/configs"),
111110
discoverDirectory("src/rules"),
112111
discoverDirectory("src/legacy")
113112
]);

0 commit comments

Comments
 (0)