Re-enable ts defs

This commit is contained in:
Robert Long 2022-04-26 11:54:03 -07:00
parent f6a0986b3c
commit ae29adb4e4
1 changed files with 1 additions and 1 deletions

View File

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