Skip to content

Commit d08701e

Browse files
committedOct 31, 2022
Precommit Test
1 parent 359a570 commit d08701e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎packages/mermaid/.lintstagedrc.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"packages/mermaid/src/docs/**": ["pnpm --filter mermaid run docs:build --git"],
3-
"packages/mermaid/src/docs.mts": ["pnpm --filter mermaid run docs:build --git"],
2+
"src/docs/**": ["pnpm --filter mermaid run docs:build --git"],
3+
"src/docs.mts": ["pnpm --filter mermaid run docs:build --git"],
44
"*.{ts,js,json,html,md,mts}": ["eslint --fix", "prettier --write"],
55
"*.jison": ["pnpm run lint:jison"]
66
}

‎packages/mermaid/src/docs/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ import { VPTeamMembers } from 'vitepress/theme'
3535
const websiteSVG = {
3636
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-globe"><circle cx="12" cy="12" r="10"></circle><line x1="2" y1="12" x2="22" y2="12"></line><path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"></path></svg>'
3737
}
38+
3839
const members = [
3940
{
4041
avatar: "https://avatars.githubusercontent.com/u/5837277?v=4",

0 commit comments

Comments
 (0)
Please sign in to comment.