Skip to content

Commit

Permalink
Add --show-diff to tsd
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed May 7, 2023
1 parent 527ab4a commit c856a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/type.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const type = async () => {
return
}

await exec(`tsd --files ${TYPESCRIPT_TESTS}`, { echo: false })
await exec(`tsd --show-diff --files ${TYPESCRIPT_TESTS}`, { echo: false })
}

const isSelf = () => cwd().includes('dev-tasks')
Expand Down

0 comments on commit c856a38

Please sign in to comment.