gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-wallet-webex] branch master updated: re-add yarn-ins


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] branch master updated: re-add yarn-install
Date: Tue, 20 Aug 2019 16:05:44 +0200

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

dold pushed a commit to branch master
in repository wallet-webex.

The following commit(s) were added to refs/heads/master by this push:
     new 0f2fbf20 re-add yarn-install
0f2fbf20 is described below

commit 0f2fbf20ed3a74c3a73619f59ae8fe17bd2a883f
Author: Florian Dold <address@hidden>
AuthorDate: Tue Aug 20 16:05:38 2019 +0200

    re-add yarn-install
---
 Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Makefile b/Makefile
index d8e15b59..f29f8108 100644
--- a/Makefile
+++ b/Makefile
@@ -52,6 +52,11 @@ lint: tsc yarn-install
        $(tslint) -e src/i18n/strings.ts --project tsconfig.json -t verbose 
'src/**/*.ts' 'src/**/*.tsx'
 
 .PHONY: yarn-install
+yarn-install: 
+       yarn install
+
+
+.PHONY: i18n
 i18n: yarn-install
        # extract translatable strings
        find $(src) \( -name '*.ts' -or -name '*.tsx' \) ! -name '*.d.ts' \

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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