chore(scripts): cleanup package details log
This commit is contained in:
@@ -27,7 +27,6 @@ export const getPackageDetails = async (pkg?: string): Promise<PackageDetails[]>
|
|||||||
} else {
|
} else {
|
||||||
packageDirs = fse.readdirSync(packagesDir).filter((d) => d !== 'eslint-config-payload')
|
packageDirs = fse.readdirSync(packagesDir).filter((d) => d !== 'eslint-config-payload')
|
||||||
}
|
}
|
||||||
console.log(packageDirs)
|
|
||||||
|
|
||||||
const packageDetails = await Promise.all(
|
const packageDetails = await Promise.all(
|
||||||
packageDirs.map(async (dirName) => {
|
packageDirs.map(async (dirName) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user