From ba714cfc4f8be2384e1b417f2e64dff7ebb23a05 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 18 Apr 2022 19:01:12 -0300 Subject: [PATCH] fix: add missing compile step --- build-system/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/build-system/Makefile b/build-system/Makefile index 9da81f452..6595c86ff 100644 --- 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