Skip to content

Commit

Permalink
fix: release build lock before client refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyzha0 committed Dec 18, 2023
1 parent d2be097 commit 78b33fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quartz/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,10 @@ async function startServing(
console.log(chalk.yellow(`Rebuild failed. Waiting on a change to fix the error...`))
}

release()
clientRefresh()
toRebuild.clear()
toRemove.clear()
release()
}

const watcher = chokidar.watch(".", {
Expand Down

0 comments on commit 78b33fc

Please sign in to comment.