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}",