build system: missing compile step
This commit is contained in:
parent
f444a49758
commit
7e55b25c37
@ -1 +1 @@
|
||||
Subproject commit 23538677f6c6be2a62f38dc6137ecdd1c76b7b15
|
||||
Subproject commit 001f5dd081fc8729ff8def90c4a1c3f93eb8689a
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user