From 6c052f40feabe3df7a651c6cd1c42a7cfe221841 Mon Sep 17 00:00:00 2001 From: Hongbo Wu Date: Wed, 8 Nov 2023 15:39:45 +0800 Subject: [PATCH] debug test timeout --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aad1ec9a4..848c22815 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ ], "license": "AGPL-3.0-only", "scripts": { - "test": "lerna run --no-bail test", + "test": "lerna run --no-bail test --ignore @omnivore/api", "lint": "lerna run lint", "build": "lerna run build", "test:scoped:example": "lerna run test --scope={@omnivore/pdf-handler,@omnivore/web}",