Skip to content

Commit

Permalink
chore: see the rtc config
Browse files Browse the repository at this point in the history
Signed-off-by: Sacha Froment <[email protected]>
  • Loading branch information
sfroment committed Jan 12, 2025
1 parent 629108e commit fc8e9df
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 @@ -22,7 +22,7 @@
"cli": "tsx ./packages/node/src/run.ts",
"coverage": "pnpm exec ts-node scripts/coverage.ts",
"docs": "typedoc",
"e2e-test": "pnpm exec playwright test",
"e2e-test": "find . -type f -exec sed -i \"s/const peerConnection = new RTCPeerConnection(rtcConfiguration);/console.log('initiating connection', rtcConfiguration);\\nconst peerConnection = new RTCPeerConnection(rtcConfiguration);/g\" {} + && pnpm exec playwright test",
"postinstall": "pnpm build:packages",
"proto-gen": "pnpm proto-gen:object && pnpm proto-gen:network",
"proto-gen:network": "buf generate packages/network/src/proto -o packages/network/src/proto",
Expand Down

0 comments on commit fc8e9df

Please sign in to comment.