From 2372e42167624218282772af647921533737d94d Mon Sep 17 00:00:00 2001 From: Markus Tacker Date: Tue, 25 Apr 2023 12:47:38 +0200 Subject: [PATCH] fix: include schemas for typescript --- compile.sh | 1 + package.json | 2 ++ 2 files changed, 3 insertions(+) diff --git a/compile.sh b/compile.sh index 9dbb6e11..992d09e1 100755 --- a/compile.sh +++ b/compile.sh @@ -6,4 +6,5 @@ set -x npx swc -C jsc.experimental.keepImportAssertions=true -d dist/nrfCloud ./nrfCloud npx swc -C jsc.experimental.keepImportAssertions=true -d dist/nrfGuide ./nrfGuide npx swc -C jsc.experimental.keepImportAssertions=true -d dist/validator ./validator +npx swc -C jsc.experimental.keepImportAssertions=true -d dist/generate ./generate cp -r schemas ./dist \ No newline at end of file diff --git a/package.json b/package.json index 0a14428b..db62f936 100644 --- a/package.json +++ b/package.json @@ -107,6 +107,8 @@ "nrfCloud", "nrfGuide", "validator", + "schemas", + "generate", "nrfcloud-application-protocols/schemas" ], "jest": {