Skip to content

Commit

Permalink
🐛 fix: Fix husky
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Nov 22, 2024
1 parent 84e1519 commit 573711f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no -- commitlint --edit ${1}
1 change: 0 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no-install lint-staged
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"lint:md": "remark . --quiet --frail --output",
"lint:style": "stylelint \"{src,example}/**/*.{js,jsx,ts,tsx}\" --fix",
"prepack": "npm run build && clean-pkg-json",
"prepare": "husky install && father link-dev-theme",
"prepare": "husky && father link-dev-theme",
"prepublishOnly": "npm run build",
"prettier": "prettier -c --write --no-error-on-unmatched-pattern \"**/**\"",
"release": "semantic-release",
Expand Down
4 changes: 2 additions & 2 deletions src/slots/Footer/columns.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const getColumns = ({ github }: GetColumnParameters) => {
url: 'https://github.com/lobehub/lobe-charts',
},
{
description: 'TTS/STT Library',
description: 'TTS / STT Library',
openExternal: true,
title: 'Lobe TTS',
url: 'https://github.com/lobehub/lobe-tts',
Expand Down Expand Up @@ -75,7 +75,7 @@ export const getColumns = ({ github }: GetColumnParameters) => {
const more: FooterColumn = {
items: [
{
description: 'AI/LLM Chat Framework',
description: 'AI / LLM Chat Framework',
openExternal: true,
title: '🤯 Lobe Chat',
url: 'https://github.com/lobehub/lobe-chat',
Expand Down

0 comments on commit 573711f

Please sign in to comment.