fix build

This commit is contained in:
Cory LaViska
2023-12-07 15:59:53 -05:00
parent 81d3f22da6
commit ffc0248e4c
2 changed files with 5 additions and 1 deletions

View File

@@ -218,6 +218,10 @@ if (!serve) {
});
}
await nextTask('Building source files', async () => {
buildResults = await buildTheSource();
});
// Launch the dev server
if (serve) {
// Spin up Eleventy and Wait for the search index to appear before proceeding. The search index is generated during