Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
fix(glean): adding glean linter to pre commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-liddle committed Nov 2, 2023
1 parent 0c395a2 commit 913988b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
}
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
"pre-commit": "pnpm lint-staged && pnpm lint:glean"
},
"lint-staged": {
"*": "eslint --fix"
Expand Down

0 comments on commit 913988b

Please sign in to comment.