workflow: update release script for dts tests
This commit is contained in:
@@ -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)`)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user