diff options
author | ng0 <ng0@n0.is> | 2019-09-20 16:56:39 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-09-20 16:56:39 +0000 |
commit | c97daf46fc0689fecde7a51dc42e25b8a8ce513f (patch) | |
tree | c783ee019d5af392935967e737814b50ce3b6c23 /Makefile | |
parent | 4021fc1cdc074d5dc04adfc7c51bfd5083d7ee82 (diff) |
A first solution for #5899
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |