@xylabs/ts-scripts-yarn3 5.1.9 → 5.1.10
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/actions/index.mjs +1 -1
- package/dist/actions/index.mjs.map +1 -1
- package/dist/actions/package/index.mjs +1 -1
- package/dist/actions/package/index.mjs.map +1 -1
- package/dist/actions/package/lint.mjs +1 -1
- package/dist/actions/package/lint.mjs.map +1 -1
- package/dist/bin/package/fix.mjs +1 -1
- package/dist/bin/package/fix.mjs.map +1 -1
- package/dist/bin/package/lint.mjs +1 -1
- package/dist/bin/package/lint.mjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
- package/src/actions/package/lint.ts +1 -1
package/dist/actions/index.mjs
CHANGED
|
@@ -2041,7 +2041,7 @@ function getFiles(dir, ignoreFolders) {
|
|
|
2041
2041
|
const currentDirectory = cwd4();
|
|
2042
2042
|
const subDirectory = dir.split(currentDirectory)[1];
|
|
2043
2043
|
if (ignoreFolders.includes(subDirectory)) return [];
|
|
2044
|
-
console.log(
|
|
2044
|
+
console.log(subDirectory);
|
|
2045
2045
|
return readdirSync(dir, {
|
|
2046
2046
|
withFileTypes: true
|
|
2047
2047
|
}).flatMap((dirent) => {
|