File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -524,6 +524,7 @@ GitHub topic [`dsh-better-sidebar`](https://github.com/topics/dsh-better-sidebar
524524``` sh
525525pnpm install # @deepseek-ai/* devDependencies 已发布(基线 0.1.2-rc.1,next dist-tag),直接解析、无需令牌
526526pnpm typecheck # tsc --noEmit
527+ pnpm lint # eslint .(flat config:js + typescript-eslint + react-hooks recommended)
527528pnpm build # → lib/index.js + lib/invariant.js + lib/client.js + lib/client-registry.js + lib/types
528529pnpm test # vitest(含 manifest 一致性守卫,需先 build)
529530pnpm watch # tsdown --watch
Original file line number Diff line number Diff line change @@ -519,6 +519,7 @@ The dashed cards at the end of the "Sidebar content" / "File viewers" grids in t
519519``` sh
520520pnpm install # @deepseek-ai/* devDependencies resolve (baseline 0.1.2-rc.1, next dist-tag) — no token needed
521521pnpm typecheck # tsc --noEmit
522+ pnpm lint # eslint . (flat config: js + typescript-eslint + react-hooks recommended)
522523pnpm build # → lib/index.js + lib/invariant.js + lib/client.js + lib/client-registry.js + lib/types
523524pnpm test # vitest (includes manifest consistency guard; build first)
524525pnpm watch # tsdown --watch
You can’t perform that action at this time.
0 commit comments