diff --git a/scripts/build.js b/scripts/build.js index ef8c53c02..8a326cf60 100644 --- a/scripts/build.js +++ b/scripts/build.js @@ -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 diff --git a/src/components/input/input.ts b/src/components/input/input.ts index c4dc665f0..1a2ca96a7 100644 --- a/src/components/input/input.ts +++ b/src/components/input/input.ts @@ -3,7 +3,7 @@ import WaInput from './input.component.js'; export * from './input.component.js'; export default WaInput; -WaInput.define('wa-input'); //; {}}}); +WaInput.define('wa-input'); declare global { interface HTMLElementTagNameMap {