From acca3ba4a49da19af4a64280d8d4138f3cdbbd43 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 25 May 2025 02:26:34 +0200 Subject: [PATCH] build fixes --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4be2444..0dee06b 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ ], "scripts": { "build": "tsc", - "build:swift": "./scripts/build-peekaboo-cli.sh", + "build:swift": "./scripts/build-swift-universal.sh", "build:all": "npm run build:swift && npm run build", "start": "node dist/index.js", "prepublishOnly": "npm run build:all",