taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit ba714cfc4f8be2384e1b417f2e64dff7ebb23a05
parent 3c68b2d77645803d319e7dff353cf44cdc440847
Author: Sebastian <sebasjm@gmail.com>
Date:   Mon, 18 Apr 2022 19:01:12 -0300

fix: add missing compile step

Diffstat:
Mbuild-system/Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/build-system/Makefile b/build-system/Makefile @@ -49,6 +49,7 @@ check: .PHONY: webextension webextension: pnpm install --frozen-lockfile --filter @gnu-taler/taler-wallet-webextension... + pnpm run compile --filter @gnu-taler/taler-wallet-webextension... cd ./packages/taler-wallet-webextension/ && ./pack.sh .PHONY: webextension-dev-view