Skip to content

Commit 2c48326

Browse files
committed
chore: add docs linting command to package.json and CI workflow
1 parent c0f9b9d commit 2c48326

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,5 @@ jobs:
4040
run: pnpm run lint
4141
- name: Unit tests
4242
run: pnpm run test
43+
- name: Docs lint
44+
run: pnpm run docs:lint

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
"docs:dev": "pnpm --filter='./docs' dev",
7070
"docs:generate": "pnpm --filter='./docs' generate",
7171
"docs:prepare": "pnpm --filter='./docs' prepare",
72+
"docs:lint": "pnpm --filter='./docs' lint",
7273
"postinstall": "pnpm run build && pnpm --filter='./docs' prepare"
7374
},
7475
"peerDependencies": {

0 commit comments

Comments
 (0)