From 257e662334957487de84f776c1935563653f9b2e Mon Sep 17 00:00:00 2001 From: Ben Cherry Date: Thu, 24 Oct 2024 14:03:17 -0700 Subject: [PATCH] Move github banners to assets directory --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a855c24..1fb1e8a 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "lint:fix": "turbo lint -- --fix", "test": "vitest run", "test:watch": "vitest", - "doc": "typedoc && mkdir docs/.github && cp .github/*.png docs/.github/", + "doc": "typedoc && mkdir -p docs/assets/github && cp .github/*.png docs/assets/github/ && find docs -name '*.html' -type f -exec sed -i.bak 's|=\"/.github/|=\"assets/github/|g' {} + && find docs -name '*.bak' -delete", "examples:minimal": "pnpm exec tsx examples/src/minimal_assistant.ts" }, "devDependencies": {