@xylabs/ts-scripts-yarn3 6.1.3 → 6.1.5

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/xy.mjs CHANGED
@@ -981,9 +981,9 @@ var dupdeps = /* @__PURE__ */ __name(() => {
981
981
  // src/actions/lint.ts
982
982
  import chalk14 from "chalk";
983
983
  var lintPackage = /* @__PURE__ */ __name(({ pkg, fix: fix2 }) => {
984
- console.log(chalk14.gray(`${fix2 ? "Fix" : "Lint"} [All-Packages]`));
984
+ console.log(chalk14.gray(`${fix2 ? "Fix" : "Lint"} [${pkg}]`));
985
985
  const start = Date.now();
986
- const result = runSteps(`${fix2 ? "Fix" : "Lint"} [All-Packages]`, [
986
+ const result = runSteps(`${fix2 ? "Fix" : "Lint"} [${pkg}]`, [
987
987
  [
988
988
  "yarn",
989
989
  [