@xylabs/ts-scripts-yarn3 5.1.12 → 5.1.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/bin/xy.mjs CHANGED
@@ -954,10 +954,10 @@ var lintAllPackages = /* @__PURE__ */ __name(({ fix: fix2, verbose = true, incre
954
954
  ];
955
955
  const incrementalOptions = incremental ? [
956
956
  "--since",
957
- "-Ap"
957
+ "-ApR"
958
958
  ] : [
959
959
  "--parallel",
960
- "-Ap"
960
+ "-ApR"
961
961
  ];
962
962
  const result = runSteps(`${fix2 ? "Fix" : "Lint"} [All-Packages]`, [
963
963
  [