Skip to content

Commit

Permalink
Merge branch 'next' into feature/outline-core-link-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
himerus committed Feb 6, 2024
2 parents 75942f6 + 1f972e2 commit c88172d
Show file tree
Hide file tree
Showing 3 changed files with 4,333 additions and 1,654 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ call_lefthook()
pnpm lefthook "$@"
elif command -v npx >/dev/null 2>&1
then
npx @evilmartians/lefthook "$@"
npx lefthook "$@"
elif swift package plugin lefthook >/dev/null 2>&1
then
swift package --disable-sandbox plugin lefthook "$@"
Expand Down
2 changes: 1 addition & 1 deletion .husky/prepare-commit-msg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ call_lefthook()
pnpm lefthook "$@"
elif command -v npx >/dev/null 2>&1
then
npx @evilmartians/lefthook "$@"
npx lefthook "$@"
elif swift package plugin lefthook >/dev/null 2>&1
then
swift package --disable-sandbox plugin lefthook "$@"
Expand Down
Loading

0 comments on commit c88172d

Please sign in to comment.