@xylabs/ts-scripts-yarn3 7.1.2 → 7.1.3

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
@@ -564,7 +564,7 @@ var compileAll = ({
564
564
  const start = Date.now();
565
565
  const verboseOptions = verbose ? ["--verbose"] : ["--no-verbose"];
566
566
  const targetOptions = target ? ["-t", target] : [];
567
- const incrementalOptions = incremental ? ["--since", "-Apt", "--topological-dev"] : ["--parallel", "-Apt", "--topological-dev"];
567
+ const incrementalOptions = incremental ? ["--since", "-Ap", "--topological-dev"] : ["--parallel", "-Ap", "--topological-dev"];
568
568
  const jobsOptions = jobs ? ["-j", `${jobs}`] : [];
569
569
  if (jobs) {
570
570
  console.log(chalk11.blue(`Jobs set to [${jobs}]`));