gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] 03/03: add -dev targets


From: gnunet
Subject: [taler-wallet-core] 03/03: add -dev targets
Date: Mon, 05 Sep 2022 18:04:42 +0200

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository wallet-core.

commit 26c304f2cf716229c80fb62053652f1c75601af2
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon Sep 5 13:02:53 2022 -0300

    add -dev targets
---
 build-system/Makefile | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/build-system/Makefile b/build-system/Makefile
index 8be5a055..5899c7a4 100644
--- a/build-system/Makefile
+++ b/build-system/Makefile
@@ -66,12 +66,22 @@ anastasis-webui-dist: anastasis-webui
        (cd packages/anastasis-webui/dist && zip -r - fonts ui.html) > 
anastasis-webui.zip
 
 
+.PHONY: anastasis-webui-dev
+anastasis-webui-dev:
+       pnpm install --frozen-lockfile --filter @gnu-taler/anastasis-webui...
+       pnpm run --filter @gnu-taler/anastasis-webui... dev
+
 .PHONY: webextension
 webextension:
        pnpm install --frozen-lockfile --filter 
@gnu-taler/taler-wallet-webextension...
        pnpm run --filter @gnu-taler/taler-wallet-webextension... compile
        cd ./packages/taler-wallet-webextension/ && ./pack.sh
 
+.PHONY: webextension-dev
+webextension-dev:
+       pnpm install --frozen-lockfile --filter 
@gnu-taler/taler-wallet-webextension...
+       pnpm run --filter @gnu-taler/taler-wallet-webextension... dev
+
 .PHONY: i18n
 i18n: compile
        # extract translatable strings

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]