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: set production


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] branch master updated: set production flag for libraries when building production build
Date: Mon, 29 May 2017 12:48:41 +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 2c36855a set production flag for libraries when building production 
build
2c36855a is described below

commit 2c36855aa4cfe8a1e70d12a9591cc440acb02dbc
Author: Florian Dold <address@hidden>
AuthorDate: Mon May 29 12:48:37 2017 +0200

    set production flag for libraries when building production build
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 3cca187c..accec955 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ coverage: tsc yarn-install
 
 .PHONY: lint
 lint: tsc yarn-install
-       $(tslint) --type-check -e src/i18n/strings.ts --project tsconfig.json 
-t verbose 'src/**/*.ts'
+       $(tslint) --type-check -e src/i18n/strings.ts --project tsconfig.json 
-t verbose 'src/**/*.ts' 'src/**/*.tsx'
 
 .PHONY: yarn-install
 i18n: yarn-install

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



reply via email to

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