-missing step in make install

This commit is contained in:
Florian Dold 2023-01-04 14:19:54 +01:00
parent 60374078f4
commit 860aff83e1
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -18,6 +18,7 @@ install_target = $(prefix)/lib/taler-harness
.PHONY: install install-nodeps
install:
pnpm install --frozen-lockfile --filter @gnu-taler/taler-harness...
./build.mjs
install -d $(prefix)/bin
install -d $(install_target)/bin
install -d $(install_target)/node_modules/taler-harness