Skip to content

Commit c12696c

Browse files
committed
make api-diff use latest generator
1 parent 5538906 commit c12696c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/deno/api-diff.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ async function genForCommit(commit: string, force: boolean) {
9999
await $`rm -rf ${tmpDir}`
100100
await $`mkdir -p ${tmpDir}`
101101
console.info(`Generating for ${commit}...`)
102-
await $`npx @oxide/openapi-gen-ts@0.4.0 ${specUrl(commit)} ${tmpDir}`
102+
await $`npx @oxide/openapi-gen-ts@latest ${specUrl(commit)} ${tmpDir}`
103103
await $`npx prettier --write --log-level error ${tmpDir}`
104104
}
105105

0 commit comments

Comments
 (0)