summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-05-29 12:48:37 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-05-29 12:48:37 +0200
commit2c36855aa4cfe8a1e70d12a9591cc440acb02dbc (patch)
tree87cf587f7d2dac86c6ef4b93cde19240a08a4b8c
parent9950c62579298a5dac8cbd51d700507ce4d90063 (diff)
downloadwallet-core-2c36855aa4cfe8a1e70d12a9591cc440acb02dbc.tar.gz
wallet-core-2c36855aa4cfe8a1e70d12a9591cc440acb02dbc.tar.bz2
wallet-core-2c36855aa4cfe8a1e70d12a9591cc440acb02dbc.zip
set production flag for libraries when building production build
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3cca187c5..accec9553 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