build: use svelte compiler to generate typescript definitions

This commit is contained in:
Eric Liu 2020-08-10 18:27:26 -07:00
commit 5c829b5afc
16 changed files with 4948 additions and 948 deletions

View file

@ -4,4 +4,5 @@ cache: yarn
script:
- yarn prepack
- yarn build
- node scripts/generate-docs.js
- cd docs && yarn && yarn test