taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 0f2fbf20ed3a74c3a73619f59ae8fe17bd2a883f
parent 28be8c8555f8ca2f809fa878d653f2170a2f999c
Author: Florian Dold <florian.dold@gmail.com>
Date:   Tue, 20 Aug 2019 16:05:38 +0200

re-add yarn-install

Diffstat:
MMakefile | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git 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' \