From 47ec614c56363f7ecece7a3140779bbb2f5c261d Mon Sep 17 00:00:00 2001 From: Robert Long Date: Mon, 18 Apr 2022 21:59:23 -0700 Subject: [PATCH] Stop building the failing typescript definitions --- scripts/sdk/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sdk/build.sh b/scripts/sdk/build.sh index 2ac4be3a..eb916a5d 100755 --- a/scripts/sdk/build.sh +++ b/scripts/sdk/build.sh @@ -2,7 +2,7 @@ rm -rf target yarn run vite build -c vite.sdk-assets-config.js yarn run vite build -c vite.sdk-lib-config.js -yarn tsc -p tsconfig-declaration.json +# yarn tsc -p tsconfig-declaration.json ./scripts/sdk/create-manifest.js ./target/package.json mkdir target/paths # this doesn't work, the ?url imports need to be in the consuming project, so disable for now