summary refs log tree commit diff
path: root/webrtc/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc/package.json')
-rw-r--r--webrtc/package.json2
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": [],