build system: missing compile step

This commit is contained in:
Florian Dold 2023-09-11 19:35:50 +02:00
parent f444a49758
commit 7e55b25c37
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B
3 changed files with 3 additions and 1 deletions

@ -1 +1 @@
Subproject commit 23538677f6c6be2a62f38dc6137ecdd1c76b7b15
Subproject commit 001f5dd081fc8729ff8def90c4a1c3f93eb8689a

View File

@ -20,6 +20,7 @@ spa_dir=$(prefix)/share/taler/demobank-ui
.PHONY: deps
deps:
pnpm install --frozen-lockfile --filter @gnu-taler/demobank-ui...
pnpm run compile --frozen-lockfile --filter @gnu-taler/demobank-ui...
pnpm run check
pnpm run build

View File

@ -39,6 +39,7 @@ install-nodeps:
ln -sf $(install_target)/node_modules/taler-wallet-cli/bin/taler-wallet-cli.mjs $(prefix)/bin/taler-wallet-cli
deps:
pnpm install --frozen-lockfile --filter @gnu-taler/taler-wallet-cli...
pnpm compile --frozen-lockfile --filter @gnu-taler/taler-wallet-cli...
install:
$(MAKE) deps
$(MAKE) install-nodeps