From 0329ddbf912971c679a593cca51d1c777a26540b Mon Sep 17 00:00:00 2001 From: Ben Cherry Date: Thu, 24 Oct 2024 10:34:35 -0700 Subject: [PATCH] Copy README images when generating docs (#116) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {