diff options
| author | Elizabeth Hunt <me@liz.coffee> | 2025-12-15 20:49:52 -0800 |
|---|---|---|
| committer | Elizabeth Hunt <me@liz.coffee> | 2025-12-15 20:49:52 -0800 |
| commit | ab0708e620681e6039eb2c266c525f9660dbc478 (patch) | |
| tree | 14ba5d1cb98d6e28e450e982e1b7ee0f729b093a /esbuild.config.js | |
| parent | 56ea6c95b6634433eaa57f9977c7035b206867ac (diff) | |
| download | adelie-ab0708e620681e6039eb2c266c525f9660dbc478.tar.gz adelie-ab0708e620681e6039eb2c266c525f9660dbc478.zip | |
Don't overlap <code>
Diffstat (limited to 'esbuild.config.js')
| -rw-r--r-- | esbuild.config.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/esbuild.config.js b/esbuild.config.js index 3d01486..4adb86a 100644 --- a/esbuild.config.js +++ b/esbuild.config.js @@ -66,7 +66,9 @@ async function copyHtml() { async function build() { await cleanDist(); - await Promise.all([buildJavaScript(), buildCss(), copyAssets()]); + + await Promise.all([buildJavaScript(), buildCss()]); + await copyAssets(); await copyHtml(); } |
