Skip to content

Commit

Permalink
Update build.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
InventivetalentDev authored Nov 23, 2023
1 parent 71a6e83 commit 464260f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ if (args.includes("--watch")) {
})
} else {
await context.rebuild();
}
await context.dispose();
}

0 comments on commit 464260f

Please sign in to comment.