Skip to content

Commit

Permalink
Copy README images when generating docs (#1299)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcherry authored Oct 24, 2024
1 parent 24bb7a9 commit cf51a2e
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 @@ -39,7 +39,7 @@
"build": "rollup --config --bundleConfigAsCjs && rollup --config rollup.config.worker.js --bundleConfigAsCjs && pnpm downlevel-dts",
"build:watch": "rollup --watch --config --bundleConfigAsCjs",
"build:worker:watch": "rollup --watch --config rollup.config.worker.js --bundleConfigAsCjs",
"build-docs": "typedoc",
"build-docs": "typedoc && mkdir docs/.github && cp .github/*.png docs/.github/",
"proto": "protoc --es_out src/proto --es_opt target=ts -I./protocol ./protocol/livekit_rtc.proto ./protocol/livekit_models.proto",
"examples:demo": "vite examples/demo -c vite.config.mjs",
"lint": "eslint src",
Expand Down

0 comments on commit cf51a2e

Please sign in to comment.