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

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.
@@ -1874,10 +1874,7 @@ var runTypeDoc = /* @__PURE__ */ __name(async (app) => {
1874
1874
 
1875
1875
  // src/actions/package/recompile.ts
1876
1876
  var packageRecompile = /* @__PURE__ */ __name(async () => {
1877
- return (await Promise.all([
1878
- packageClean(),
1879
- packageCompile()
1880
- ])).reduce((prev, value) => prev + value, 0);
1877
+ return await packageClean() || await packageCompile();
1881
1878
  }, "packageRecompile");
1882
1879
 
1883
1880
  // src/actions/publint.ts