Skip to content

Commit

Permalink
Copy README images when generating docs (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcherry authored Oct 24, 2024
1 parent 13b6f24 commit 0329ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 0329ddb

Please sign in to comment.