Skip to content

Commit

Permalink
Add missing wombatWorkers.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Feb 1, 2024
1 parent fc47936 commit c6dfd45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hatch_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
class GetJsDepsHook(BuildHookInterface):
def initialize(self, version, build_data):
self.download_wombat("wombat.js")
self.download_wombat("wombatWorkers.js")
return super().initialize(version, build_data)

def download_wombat(self, name):
Expand Down

0 comments on commit c6dfd45

Please sign in to comment.