Skip to content

Commit ac9bf6b

Browse files
committed
Test
1 parent f95493c commit ac9bf6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ repos:
1414
hooks:
1515
- id: eslint
1616
name: eslint
17-
entry: bash -c "cd browser-extension && npm run lint"
17+
entry: bash -c "cd browser-extension && npm install -g pnpm@latest-10 && pnpm install && pnpm lint"
1818
language: node
1919
- id: format
2020
name: format
21-
entry: bash -c "cd browser-extension && npm run format:check"
21+
entry: bash -c "cd browser-extension && npm install -g pnpm@latest-10 @@ pnpm install && pnpm format:check"
2222
language: node

0 commit comments

Comments
 (0)