From 1d833c967f95d7602e950bc30c062b414d08b1d4 Mon Sep 17 00:00:00 2001 From: Le Roux Bodenstein Date: Thu, 19 Jun 2025 13:43:07 +0100 Subject: [PATCH] bundle the mql-typescript out folder which contains the generated schema --- packages/mql-typescript/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/mql-typescript/package.json b/packages/mql-typescript/package.json index 437a28af..e165c00e 100644 --- a/packages/mql-typescript/package.json +++ b/packages/mql-typescript/package.json @@ -20,7 +20,8 @@ }, "files": [ "dist", - "bin" + "bin", + "out" ], "bin": { "mql-typescript": "bin/runner.js"