mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-24 14:47:39 +00:00
Remove SPM dependencies comment from release script
This commit is contained in:
parent
32949dd13a
commit
28cfb46c35
1 changed files with 0 additions and 1 deletions
|
|
@ -152,7 +152,6 @@ echo ""
|
|||
echo -e "${BLUE}📋 Step 2/8: Cleaning build directory...${NC}"
|
||||
rm -rf "$PROJECT_ROOT/build"
|
||||
rm -rf "$PROJECT_ROOT/DerivedData"
|
||||
# Don't remove .build as it contains SPM dependencies
|
||||
# rm -rf "$PROJECT_ROOT/.build"
|
||||
rm -rf ~/Library/Developer/Xcode/DerivedData/VibeTunnel-*
|
||||
echo "✓ Cleaned all build artifacts"
|
||||
|
|
|
|||
Loading…
Reference in a new issue