summary refs log tree commit diff
path: root/webrtc
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc')
-rw-r--r--webrtc/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/webrtc/package.json b/webrtc/package.json

index 34d88168..041dbbe3 100644 --- a/webrtc/package.json +++ b/webrtc/package.json
@@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "test": "npm run build && node dist/test.js", - "build": "npx typescript -b .", + "build": "npx tsc -b .", "start": "npm run build && node dist/start.js" }, "keywords": [],