diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |