From 8c2ad3df408309a9b2addcaf73dac5ec91d749e1 Mon Sep 17 00:00:00 2001 From: Sushobhit Dua <38429226+sushobhit-lt@users.noreply.github.com> Date: Tue, 2 Sep 2025 18:29:55 +0530 Subject: [PATCH] skip smartui logs file in exec:stop API --- package.json | 2 +- src/lib/server.ts | 5 +++-- src/lib/snapshotQueue.ts | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 320344a..1893a6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lambdatest/smartui-cli", - "version": "4.1.26", + "version": "4.1.27", "description": "A command line interface (CLI) to run SmartUI tests on LambdaTest", "files": [ "dist/**/*" diff --git a/src/lib/server.ts b/src/lib/server.ts index 9d810ec..e2a1955 100644 --- a/src/lib/server.ts +++ b/src/lib/server.ts @@ -130,8 +130,9 @@ export default async (ctx: Context): Promise