Stop building the failing typescript definitions

This commit is contained in:
Robert Long 2022-04-18 21:59:23 -07:00
parent 3ed9ae7098
commit 47ec614c56
1 changed files with 1 additions and 1 deletions

View File

@ -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