From 0f2fbf20ed3a74c3a73619f59ae8fe17bd2a883f Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 20 Aug 2019 16:05:38 +0200 Subject: re-add yarn-install --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d8e15b591..f29f8108f 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' \ -- cgit v1.2.3