Skip to content

Commit

Permalink
updates bundle.js so it doesn't block terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
smohadjer committed Aug 11, 2023
1 parent be2c93b commit 6ff217f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bin/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ if (args[0] === 'js') {
if (args[1] === 'watch') {
await ctx.watch();
} else {
ctx.rebuild();
await ctx.rebuild();
ctx.dispose();
}
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "build",
"version": "2.0.0",
"version": "2.0.1",
"description": "Frontend build for HTML websites",
"type": "module",
"repository": {
Expand Down

0 comments on commit 6ff217f

Please sign in to comment.