From 4aaa66f39058ec4586cab1108583302fa569edff Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 5 Oct 2019 23:31:08 +0530 Subject: build system --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0003a647b..627795936 100644 --- 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 -- cgit v1.2.3