diff --git a/sdks/implementations/swift/package.json b/sdks/implementations/swift/package.json index d199e059d..a61164836 100644 --- a/sdks/implementations/swift/package.json +++ b/sdks/implementations/swift/package.json @@ -5,7 +5,7 @@ "description": "Stack Auth Swift SDK", "scripts": { "test": "swift test", - "build": "swift build", + "clean": "swift package clean", "start:mac-example": "cd Examples/StackAuthMacOS && swift run", "start:ios-example": "echo 'iOS example requires Xcode. Run: open Examples/StackAuthiOS/StackAuthiOS.xcodeproj'" }