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