aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-01-05 22:44:01 +0100
committerMS <ms@taler.net>2023-01-05 22:44:01 +0100
commitb832b5a3bf5b9329d0ecbf7bfc652a820d3c2c1d (patch)
tree98399514194b8967f3c9987ad4d72fe11663049b
parent92f1b5928c764b3af12a29b97bbc3e434a82b1b0 (diff)
downloadwallet-core-b832b5a3bf5b9329d0ecbf7bfc652a820d3c2c1d.tar.xz
Fix build.
Include 'esbuild' as a taler-harness dependency, and update the lockfile accordingly. Give taler-harness the configure script too.
-rwxr-xr-xbootstrap1
-rw-r--r--packages/taler-harness/package.json3
-rw-r--r--pnpm-lock.yaml2
3 files changed, 5 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 12eb0afa7..d5e3838d6 100755
--- a/bootstrap
+++ b/bootstrap
@@ -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
diff --git a/packages/taler-harness/package.json b/packages/taler-harness/package.json
index f521924c4..f89e8cbea 100644
--- a/packages/taler-harness/package.json
+++ b/packages/taler-harness/package.json
@@ -33,7 +33,8 @@
"@types/node": "^18.11.17",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
- "typescript": "^4.8.4"
+ "typescript": "^4.8.4",
+ "esbuild": "^0.15.12"
},
"dependencies": {
"@gnu-taler/taler-util": "workspace:*",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index bd9d2d308..249fa494f 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -445,6 +445,7 @@ importers:
'@gnu-taler/taler-wallet-core': workspace:*
'@types/node': ^18.11.17
axios: ^0.27.2
+ esbuild: ^0.15.12
prettier: ^2.5.1
rimraf: ^3.0.2
tslib: ^2.4.0
@@ -456,6 +457,7 @@ importers:
tslib: 2.4.1
devDependencies:
'@types/node': 18.11.17
+ esbuild: 0.15.13
prettier: 2.7.1
rimraf: 3.0.2
typescript: 4.8.4