Skip to content

Commit

Permalink
chore: ignore ota tests in pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Dec 22, 2024
1 parent 5140e0d commit 751706f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pnpm run pretty:check
pnpm run eslint
pnpm run test
pnpm run test --testPathIgnorePatterns ota.test.ts
pnpm run build

0 comments on commit 751706f

Please sign in to comment.