diff --git a/.github/scripts/check-conformance-changes.js b/.github/scripts/check-conformance-changes.js index f3154a27308b4..d5f9330aa8972 100644 --- a/.github/scripts/check-conformance-changes.js +++ b/.github/scripts/check-conformance-changes.js @@ -28,6 +28,8 @@ function getCoverageDependencies() { const ALWAYS_RUN_PATHS = [ 'tasks/coverage/', 'tasks/common/', + 'tasks/oxc_transform_conformance/', + 'tasks/oxc_prettier_conformance/', ]; /**