diff options
author | Florian Dold <florian.dold@gmail.com> | 2019-08-20 16:05:38 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2019-08-20 16:05:38 +0200 |
commit | 0f2fbf20ed3a74c3a73619f59ae8fe17bd2a883f (patch) | |
tree | a01261ac744147391da06194d54bd6b0059ae411 /Makefile | |
parent | 28be8c8555f8ca2f809fa878d653f2170a2f999c (diff) |
re-add yarn-install
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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' \ |