Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev authored and astrobot-houston committed Mar 20, 2023
1 parent c9ad4a6 commit 0344465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cmd/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default async function build(...args) {
const rebuildPlugin = {
name: 'astro:rebuild',
setup(build) {
build.onEnd(async result => {
build.onEnd(async (result) => {
if (prebuilds.length) {
await prebuild(...prebuilds);
}
Expand Down

0 comments on commit 0344465

Please sign in to comment.