diff options
author | MS <ms@taler.net> | 2023-01-05 22:44:01 +0100 |
---|---|---|
committer | MS <ms@taler.net> | 2023-01-05 22:44:01 +0100 |
commit | b832b5a3bf5b9329d0ecbf7bfc652a820d3c2c1d (patch) | |
tree | 98399514194b8967f3c9987ad4d72fe11663049b /bootstrap | |
parent | 92f1b5928c764b3af12a29b97bbc3e434a82b1b0 (diff) |
Fix build.
Include 'esbuild' as a taler-harness dependency,
and update the lockfile accordingly. Give taler-harness
the configure script too.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,3 +29,4 @@ copy_configure "$our_configure" ./configure copy_configure "$our_configure" ./packages/taler-wallet-cli/configure copy_configure "$our_configure" ./packages/demobank-ui/configure copy_configure "$our_configure" ./packages/merchant-backoffice-ui/configure +copy_configure "$our_configure" ./packages/taler-harness/configure |