summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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