Skip to content

Commit 98e9a4f

Browse files
committed
docs(readme): 开发与构建命令清单补 pnpm lint(双语镜像)
1 parent 5a1e75e commit 98e9a4f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,7 @@ GitHub topic [`dsh-better-sidebar`](https://github.com/topics/dsh-better-sidebar
524524
```sh
525525
pnpm install # @deepseek-ai/* devDependencies 已发布(基线 0.1.2-rc.1,next dist-tag),直接解析、无需令牌
526526
pnpm typecheck # tsc --noEmit
527+
pnpm lint # eslint .(flat config:js + typescript-eslint + react-hooks recommended)
527528
pnpm build # → lib/index.js + lib/invariant.js + lib/client.js + lib/client-registry.js + lib/types
528529
pnpm test # vitest(含 manifest 一致性守卫,需先 build)
529530
pnpm watch # tsdown --watch

README_EN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,7 @@ The dashed cards at the end of the "Sidebar content" / "File viewers" grids in t
519519
```sh
520520
pnpm install # @deepseek-ai/* devDependencies resolve (baseline 0.1.2-rc.1, next dist-tag) — no token needed
521521
pnpm typecheck # tsc --noEmit
522+
pnpm lint # eslint . (flat config: js + typescript-eslint + react-hooks recommended)
522523
pnpm build # → lib/index.js + lib/invariant.js + lib/client.js + lib/client-registry.js + lib/types
523524
pnpm test # vitest (includes manifest consistency guard; build first)
524525
pnpm watch # tsdown --watch

0 commit comments

Comments
 (0)