pnpm workaround

This commit is contained in:
Florian Dold 2023-06-06 14:59:56 +02:00
parent deed068c0e
commit 9d35a7dc9b
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -120,6 +120,7 @@ install: compile
# Install taler-wallet-cli and taler-harness
install-tools:
pnpm install --frozen-lockfile --filter @gnu-taler/taler-wallet-cli... --filter @gnu-taler/taler-harness...
pnpm install --frozen-lockfile --ignore-scripts --filter @gnu-taler/taler-wallet-cli... --filter @gnu-taler/taler-harness...
pnpm run --filter @gnu-taler/taler-wallet-cli... --filter @gnu-taler/taler-harness... compile
make -C packages/taler-wallet-cli install-nodeps
make -C packages/taler-harness install-nodeps