diff options
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,6 @@ .PHONY: default lint format clean build -default: format lint build +default: format lint build scan format: swiftformat . @@ -8,6 +8,9 @@ format: lint: swiftlint +scan: + mint run peripheryapp/periphery scan + clean: xcodebuild clean |