diff --git a/scripts/sdk/build.sh b/scripts/sdk/build.sh index 0e7ee70a..ae3a794e 100755 --- a/scripts/sdk/build.sh +++ b/scripts/sdk/build.sh @@ -6,7 +6,7 @@ set -o pipefail 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