@xylabs/ts-scripts-yarn3 6.3.1 → 6.3.2

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/xy/index.mjs CHANGED
@@ -1870,7 +1870,9 @@ var xyLintCommands = /* @__PURE__ */ __name((args) => {
1870
1870
  }, (argv) => {
1871
1871
  const start = Date.now();
1872
1872
  if (argv.verbose) console.log("Cycle");
1873
- process.exitCode = cycle();
1873
+ process.exitCode = cycle({
1874
+ pkg: argv.package
1875
+ });
1874
1876
  console.log(chalk21.blue(`Finished in ${Date.now() - start}ms`));
1875
1877
  }).command("lint [package]", "Lint - Run Eslint", (yargs2) => {
1876
1878
  return packagePositionalParam(yargs2);