From 999956b46e998213a6ed30aaab5aaedbdbee7ea6 Mon Sep 17 00:00:00 2001 From: Konstantin Wohlwend Date: Mon, 19 Jan 2026 14:42:05 -0800 Subject: [PATCH] fixes --- sdks/implementations/swift/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'" }