Skip to content

Commit 3168149

Browse files
committed
fix: path type in builder
1 parent e7b1d8c commit 3168149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: builder/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ async function build(option) {
2121
(async () => {
2222
try {
2323
/* eslint-disable no-restricted-syntax, no-await-in-loop */
24-
const tools = await promisifyReadDir(path.join(__dirname, '../src/utils'))
24+
const tools = await promisifyReadDir(path.join(__dirname, '../src/calendarUtils'))
2525
for (const tool of tools) {
2626
// run builds sequentially to limit RAM usage
2727
await build(configFactory({

0 commit comments

Comments
 (0)