diff --git a/Makefile b/Makefile
index dda44c347d060c48418e8d978f9173c1a59829ee..e2ee693ed83ea3eaba85fc86bb9f39cec2cbf59c 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,6 @@ debug:
 	$(YARN) test --no-sandbox
 
 style:
-	$(YARN) prettier --write . >/dev/null
+	$(YARN) prettier --write instance common style client test >/dev/null
 
 .PHONY: test debug run prepare style