summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-05-23 13:37:04 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-05-23 13:37:04 -0400
commit105438c94f5f9a1ef656d9a38bdbe4a38d10fab7 (patch)
tree96e2178c1582d9898cb9da22bf0713ab32c6abc8 /Makefile
parent644e7fa065ba4e6f553998b10de6839301e943cd (diff)
Add prettier to deps
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fca2bc646..ae67b1c37 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@ node_modules:
yarn
clean:
- -rm -f deno assets.go msg.pb.go msg.pb.js msg.pb.d.ts
+ -rm -f deno assets.go msg.pb.go msg.pb.js msg.pb.d.ts
-rm -rf dist/
distclean: clean
@@ -58,7 +58,7 @@ lint: node_modules
go vet
fmt: node_modules
- yarn fmt
+ yarn fmt
go fmt
clang-format msg.proto -i