Skip to content

Commit

Permalink
fix: path type in builder
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhmoradi committed May 20, 2023
1 parent e7b1d8c commit 3168149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async function build(option) {
(async () => {
try {
/* eslint-disable no-restricted-syntax, no-await-in-loop */
const tools = await promisifyReadDir(path.join(__dirname, '../src/utils'))
const tools = await promisifyReadDir(path.join(__dirname, '../src/calendarUtils'))
for (const tool of tools) {
// run builds sequentially to limit RAM usage
await build(configFactory({
Expand Down

0 comments on commit 3168149

Please sign in to comment.