Skip to content

Commit

Permalink
Move github banners to assets directory
Browse files Browse the repository at this point in the history
  • Loading branch information
bcherry committed Oct 24, 2024
1 parent 0329ddb commit 257e662
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 && 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": {
Expand Down

0 comments on commit 257e662

Please sign in to comment.