diff --git a/.husky/pre-commit b/.husky/pre-commit index 2312dc5..5e7e7a2 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1 +1,2 @@ npx lint-staged +jest \ No newline at end of file diff --git a/src/getFilteredReposWithPackageForOrg.ts b/src/getFilteredReposWithPackageForOrg.ts index cf30bec..40c02dc 100644 --- a/src/getFilteredReposWithPackageForOrg.ts +++ b/src/getFilteredReposWithPackageForOrg.ts @@ -10,7 +10,7 @@ import { validateConfig } from './validateConfig.js'; * It takes an organization name and a package name, and returns a list of all the repositories in that * organization that have that package in their package.json file * @param {InputParameters} config - InputParameters - * @returns An array of objects with the installation info for the library + * @returns An array of objects with the installation info for the library x */ export const getFilteredReposWithPackageForOrg = async ( config: InputParameters,