diff options
author | Sebastian <sebasjm@gmail.com> | 2022-04-18 19:01:12 -0300 |
---|---|---|
committer | Sebastian <sebasjm@gmail.com> | 2022-04-18 19:53:35 -0300 |
commit | ba714cfc4f8be2384e1b417f2e64dff7ebb23a05 (patch) | |
tree | c8a90098ba1b796d6ed93823f5ce21bfcf8def8a /build-system | |
parent | 3c68b2d77645803d319e7dff353cf44cdc440847 (diff) |
fix: add missing compile step
Diffstat (limited to 'build-system')
-rw-r--r-- | build-system/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |