workflow: update release script for dts tests

This commit is contained in:
Evan You
2020-06-12 18:03:51 -04:00
parent 51510adacb
commit 8d33be6ae4
2 changed files with 3 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ async function main() {
await run('yarn', ['build', '--release'])
// test generated dts files
step('\nVerifying type declarations...')
await run(bin('tsd'))
await run('yarn', ['test-dts-only'])
} else {
console.log(`(skipped)`)
}