aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b33ac71bd..1e7d65e04 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ lint: tsc yarn-install
$(tslint) -e src/i18n/strings.ts --project tsconfig.json -t verbose 'src/**/*.ts' 'src/**/*.tsx'
.PHONY: yarn-install
-yarn-install:
+yarn-install:
yarn install
@@ -83,7 +83,7 @@ else
.PHONY: install
install: tsc
@echo "installing to" $(prefix)
- npm install -g --prefix $(prefix) .
+ npm install -g --prefix $(prefix) .
endif
.PHONY: watch