diff --git a/services/torrent-rest/package.json b/services/torrent-rest/package.json index 8b4115d..6c7b65b 100644 --- a/services/torrent-rest/package.json +++ b/services/torrent-rest/package.json @@ -5,7 +5,7 @@ "license": "MIT", "scripts": { "clean": "rimraf ./dist", - "build": "ttsc", + "build": "tsc", "start": "NODE_ENV=production node .", "start:dev": "nodemon" },