diff options
Diffstat (limited to 'webrtc')
-rw-r--r-- | webrtc/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webrtc/package.json b/webrtc/package.json index 041dbbe3..34d88168 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 tsc -b .", + "build": "npx typescript -b .", "start": "npm run build && node dist/start.js" }, "keywords": [], |