commit 2c36855aa4cfe8a1e70d12a9591cc440acb02dbc parent 9950c62579298a5dac8cbd51d700507ce4d90063 Author: Florian Dold <florian.dold@gmail.com> Date: Mon, 29 May 2017 12:48:37 +0200 set production flag for libraries when building production build Diffstat:
| M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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