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