taler-typescript-core

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

commit 4aaa66f39058ec4586cab1108583302fa569edff
parent ac506ebff47ebcab6b40d394b82c993c9cbd315e
Author: Florian Dold <florian.dold@gmail.com>
Date:   Sat,  5 Oct 2019 23:31:08 +0530

build system

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -92,7 +92,7 @@ else .PHONY: install install: tsc @echo "installing to" $(prefix) - npm install -g --prefix $(prefix) . + yarn global add file://$(CURDIR) --prefix $(prefix) endif .PHONY: watch