Skip to content

Commit 6ecf66d

Browse files
committed
Justfile: Add full-rebuild recipe
1 parent 6783e25 commit 6ecf66d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

justfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ clean:
1515
rm -rf .build/
1616
rm -rf .swiftpm/
1717

18+
full-rebuild: clean update-swiftpm update-xcode-project format lint build
19+
1820
build-cli:
1921
@echo "Building CLI..."
2022
# Note: define -warning-as-errors here, not in Package.swift, because Xcode will always pass the

0 commit comments

Comments
 (0)