re-add yarn-install
This commit is contained in:
parent
28be8c8555
commit
0f2fbf20ed
5
Makefile
5
Makefile
@ -52,6 +52,11 @@ lint: tsc yarn-install
|
|||||||
$(tslint) -e src/i18n/strings.ts --project tsconfig.json -t verbose 'src/**/*.ts' 'src/**/*.tsx'
|
$(tslint) -e src/i18n/strings.ts --project tsconfig.json -t verbose 'src/**/*.ts' 'src/**/*.tsx'
|
||||||
|
|
||||||
.PHONY: yarn-install
|
.PHONY: yarn-install
|
||||||
|
yarn-install:
|
||||||
|
yarn install
|
||||||
|
|
||||||
|
|
||||||
|
.PHONY: i18n
|
||||||
i18n: yarn-install
|
i18n: yarn-install
|
||||||
# extract translatable strings
|
# extract translatable strings
|
||||||
find $(src) \( -name '*.ts' -or -name '*.tsx' \) ! -name '*.d.ts' \
|
find $(src) \( -name '*.ts' -or -name '*.tsx' \) ! -name '*.d.ts' \
|
||||||
|
Loading…
Reference in New Issue
Block a user