gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: add compile target to makefil


From: gnunet
Subject: [taler-wallet-core] branch master updated: add compile target to makefile
Date: Mon, 23 May 2022 17:45:00 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new ed466030 add compile target to makefile
ed466030 is described below

commit ed466030d1e7a168f60691ba6f7546b975bf8b76
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon May 23 12:44:36 2022 -0300

    add compile target to makefile
---
 build-system/Makefile | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/build-system/Makefile b/build-system/Makefile
index 6595c86f..e7027cf1 100644
--- a/build-system/Makefile
+++ b/build-system/Makefile
@@ -40,12 +40,32 @@ clean:
 submodules-update:
        git submodule update --recursive --remote
 
+.PHONY: compile
+compile:
+       pnpm install -r --frozen-lockfile
+       pnpm run compile
+
 .PHONY: check
 check:
        pnpm install -r --frozen-lockfile
        pnpm run compile
        pnpm run check
 
+.PHONY: anastasis-webui
+anastasis-webui:
+       pnpm install --frozen-lockfile --filter @gnu-taler/anastasis-webui...
+       pnpm run compile --filter @gnu-taler/anastasis-webui...
+
+.PHONY: anastasis-webui-dev
+anastasis-webui-dev:
+       pnpm install --frozen-lockfile --filter @gnu-taler/anastasis-webui...
+       pnpm run dev --filter @gnu-taler/anastasis-webui...
+
+.PHONY: anastasis-webui-storybook
+anastasis-webui-storybook:
+       pnpm install --frozen-lockfile --filter @gnu-taler/anastasis-webui...
+       pnpm run storybook --filter @gnu-taler/anastasis-webui...
+
 .PHONY: webextension
 webextension:
        pnpm install --frozen-lockfile --filter 
@gnu-taler/taler-wallet-webextension...

-- 
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]