Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit 13d6a38

Browse files
committed
update
1 parent 540bf88 commit 13d6a38

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: protobuf setup format test lint autocorrect clean build
1+
.PHONY: protobuf setup format test lint autocorrect clean build release
22

33
APP="Soapbox"
44

@@ -22,7 +22,10 @@ setup: install_deps
2222
tuist generate -P
2323

2424
clean:
25-
rm -rf .build $(APP).xcodeproj $(APP).xcworkspace Package.pins Pods Podfile.lock
25+
rm -rf .build $(APP).xcodeproj $(APP).xcworkspace Package.pins Pods
26+
27+
release: clean setup
28+
fastlane release
2629

2730
test: clean setup install_deps
2831
set -o pipefail && swift test | $(XCPRETTY)

0 commit comments

Comments
 (0)