gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: fix: Any arguments after the


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix: Any arguments after the command's name are added to the executed script
Date: Wed, 01 Jun 2022 16:57:41 +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 2aade8e7 fix: Any arguments after the command's name are added to the 
executed script
2aade8e7 is described below

commit 2aade8e7aed485577576f91e61474f69b4366060
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Wed Jun 1 11:57:31 2022 -0300

    fix: Any arguments after the command's name are added to the executed script
    
    https://pnpm.io/cli/run#options
---
 build-system/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/build-system/Makefile b/build-system/Makefile
index 01324ec6..acd6be3f 100644
--- a/build-system/Makefile
+++ b/build-system/Makefile
@@ -59,22 +59,22 @@ config-lib:
 .PHONY: anastasis-webui
 anastasis-webui:
        pnpm install --frozen-lockfile --filter @gnu-taler/anastasis-webui...
-       pnpm run compile --filter @gnu-taler/anastasis-webui...
+       pnpm run --filter @gnu-taler/anastasis-webui... compile
 
 .PHONY: anastasis-webui-dev
 anastasis-webui-dev:
        pnpm install --frozen-lockfile --filter @gnu-taler/anastasis-webui...
-       pnpm run dev --filter @gnu-taler/anastasis-webui...
+       pnpm run --filter @gnu-taler/anastasis-webui... dev
 
 .PHONY: anastasis-webui-storybook
 anastasis-webui-storybook:
        pnpm install --frozen-lockfile --filter @gnu-taler/anastasis-webui...
-       pnpm run storybook --filter @gnu-taler/anastasis-webui...
+       pnpm run --filter @gnu-taler/anastasis-webui... storybook
 
 .PHONY: webextension
 webextension:
        pnpm install --frozen-lockfile --filter 
@gnu-taler/taler-wallet-webextension...
-       pnpm run compile --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-view

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