Skip to content

Commit

Permalink
Add utility link commands for local linking against livekit-client (#715
Browse files Browse the repository at this point in the history
)
  • Loading branch information
lukasIO authored Nov 21, 2023
1 parent ce4d01f commit 3929beb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@
"tooling:update-readme-nav": "node tooling/readme-manager/update-nav-in-readmes.js",
"api:check": "turbo run api-check",
"api-extractor": "turbo run api-extractor",
"cleanup": "find . -type d \\( -name 'node_modules' -o -name '.turbo' -o -name 'dist' \\) -prune -exec rm -rf '{}' +"
"cleanup": "find . -type d \\( -name 'node_modules' -o -name '.turbo' -o -name 'dist' \\) -prune -exec rm -rf '{}' +",
"link-local-client": "npm pkg set \"pnpm.overrides.livekit-client\"=\"file:../client-sdk-js\" && pnpm install",
"unlink-local-client": "npm pkg delete \"pnpm.overrides.livekit-client\" && pnpm install"
},
"dependencies": {},
"peerDependencies": {
"typescript": "5.1.6"
},
Expand All @@ -44,5 +45,8 @@
},
"engines": {
"node": ">=18"
},
"pnpm": {
"overrides": {}
}
}
13 changes: 7 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3929beb

Please sign in to comment.