@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/index.mjs CHANGED
@@ -1071,10 +1071,10 @@ var lintAllPackages = /* @__PURE__ */ __name(({ fix: fix2, verbose = true, incre
1071
1071
  ];
1072
1072
  const incrementalOptions = incremental ? [
1073
1073
  "--since",
1074
- "-Ap"
1074
+ "-ApR"
1075
1075
  ] : [
1076
1076
  "--parallel",
1077
- "-Ap"
1077
+ "-ApR"
1078
1078
  ];
1079
1079
  const result = runSteps(`${fix2 ? "Fix" : "Lint"} [All-Packages]`, [
1080
1080
  [