Skip to content

Commit

Permalink
refactor: use env dependent sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Feb 2, 2024
1 parent d42984c commit 570de24
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,3 +1,3 @@
#!/bin/sh
#!/usr/bin/env sh

npx --no-install lint-staged

0 comments on commit 570de24

Please sign in to comment.