Skip to content

Commit

Permalink
chore: add jest to pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
smellai committed Jul 25, 2024
1 parent 80200d0 commit f82c2cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
npx lint-staged
jest
2 changes: 1 addition & 1 deletion src/getFilteredReposWithPackageForOrg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f82c2cb

Please sign in to comment.