diff --git a/package.json b/package.json index 65b2eeb..a855c24 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "lint:fix": "turbo lint -- --fix", "test": "vitest run", "test:watch": "vitest", - "doc": "typedoc", + "doc": "typedoc && mkdir docs/.github && cp .github/*.png docs/.github/", "examples:minimal": "pnpm exec tsx examples/src/minimal_assistant.ts" }, "devDependencies": {