From 5f0fa53320e9925b283c7332910d62d7d43127a4 Mon Sep 17 00:00:00 2001 From: Ishaan Dey Date: Mon, 13 May 2024 16:15:58 -0700 Subject: [PATCH] Update package.json --- backend/orchestrator/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/orchestrator/package.json b/backend/orchestrator/package.json index 5f81e1d..dda158b 100644 --- a/backend/orchestrator/package.json +++ b/backend/orchestrator/package.json @@ -4,7 +4,7 @@ "description": "", "main": "src/index.js", "scripts": { - "build": "npx tsc", + "build": "npm i typescript && npx tsc", "start": "node dist/index.js", "dev": "nodemon src/index.ts" },