From 787e9ee74e73b843bc3d6afd3173ee2ea8bb589c Mon Sep 17 00:00:00 2001 From: David Ludwig Date: Thu, 6 May 2021 03:41:23 -0500 Subject: [PATCH] Fix torrent-rest buildscript --- services/torrent-rest/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },