diff --git a/Makefile b/Makefile index ef17716..8f05551 100644 --- a/Makefile +++ b/Makefile @@ -13,8 +13,8 @@ build: install-packr install-typescript .PHONY: install-typescript install-typescript: - npm install typescript - npm install rollup + npm install -g typescript + npm install -g rollup tsc .PHONY: release