diff options
author | 2021-05-13 19:29:58 +0000 | |
---|---|---|
committer | 2021-05-13 19:29:58 +0000 | |
commit | 8f1acf57a5270a5905aca949a6b44f0488462cde (patch) | |
tree | 85f904a8e6c01225c424c54701cd1f46ea7de88c /scripts/cmd/build.js | |
parent | 06edbd1aad794408d697fb40c7d2f9691eb9fa15 (diff) | |
download | astro-8f1acf57a5270a5905aca949a6b44f0488462cde.tar.gz astro-8f1acf57a5270a5905aca949a6b44f0488462cde.tar.zst astro-8f1acf57a5270a5905aca949a6b44f0488462cde.zip |
[ci] yarn format
Diffstat (limited to 'scripts/cmd/build.js')
-rw-r--r-- | scripts/cmd/build.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/cmd/build.js b/scripts/cmd/build.js index 5013c766d..d5ed05b20 100644 --- a/scripts/cmd/build.js +++ b/scripts/cmd/build.js @@ -37,7 +37,7 @@ export default async function build(...args) { outdir, external, format, - plugins: [svelte({ isDev })] + plugins: [svelte({ isDev })], }); return; } @@ -61,7 +61,7 @@ export default async function build(...args) { outdir, external, format, - plugins: [svelte({ isDev })] + plugins: [svelte({ isDev })], }); process.on('beforeExit', () => { |