From 1c8745a859fc744535f6b365ca58f3092373010c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Stormacq?= Date: Sat, 4 Jan 2025 10:53:05 +0100 Subject: [PATCH] Update .spi.yml Move `AWSLambdaRuntimeCore` as first package because this is where all the doc lives. This will make `AWSLambdaRuntimeCore` the default on Swift Package Index --- .spi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.spi.yml b/.spi.yml index 713eb24a..16792833 100644 --- a/.spi.yml +++ b/.spi.yml @@ -1,4 +1,4 @@ version: 1 builder: configs: - - documentation_targets: [AWSLambdaRuntime, AWSLambdaRuntimeCore] + - documentation_targets: [AWSLambdaRuntimeCore, AWSLambdaRuntime]