diff --git a/package.json b/package.json index a9dfc315c4..c6272a65d0 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "scripts": { "lint": "eslint --ext js,jsx,ts,tsx .", "lint:md": "remark . -o", - "test": "lerna run --concurrency 1 --ignore cozy-procedures --ignore cozy-viewer test", + "test": "lerna run --concurrency 1 --ignore cozy-procedures test", "build": "DISABLE_V8_COMPILE_CACHE=1 lerna run --scope cozy-device-helper build && lerna run --scope cozy-minilog build && lerna run --ignore cozy-device-helper --ignore cozy-minilog build", "check-constraints": "node scripts/check-packages-constraints.js" },