Skip to content

Commit

Permalink
feat: Bundle widget for offline support
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Oct 31, 2024
1 parent 6fdda83 commit 8d6d468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/hatch_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ def initialize(self, version: str, build_data: dict) -> None:
return

if not (ROOT / "src/quak/widget.js").exists():
subprocess.check_call(["deno", "task", "build"], cwd=ROOT)
subprocess.check_call(["deno", "task", "build", "--bundle"], cwd=ROOT)

0 comments on commit 8d6d468

Please sign in to comment.