@xylabs/ts-scripts-yarn3 4.0.0-rc.8 → 4.0.0-rc.9

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.
@@ -2008,7 +2008,20 @@ var recompileAll = /* @__PURE__ */ __name(async ({ jobs, verbose, target, increm
2008
2008
  ...jobsOptions,
2009
2009
  ...verboseOptions,
2010
2010
  "run",
2011
- "package-recompile",
2011
+ "package-clean",
2012
+ ...targetOptions
2013
+ ]
2014
+ ],
2015
+ [
2016
+ "yarn",
2017
+ [
2018
+ "workspaces",
2019
+ "foreach",
2020
+ ...incrementalOptions,
2021
+ ...jobsOptions,
2022
+ ...verboseOptions,
2023
+ "run",
2024
+ "package-compile",
2012
2025
  ...targetOptions
2013
2026
  ]
2014
2027
  ]