Skip to content

Commit 20914eb

Browse files
authored
Fix release CI (#303)
1 parent 7dd781b commit 20914eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tool/prepare-release.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import {promises as fs} from 'fs';
66
import * as shell from 'shelljs';
77

88
import * as pkg from '../package.json';
9+
import {getDeprecations} from './get-deprecations';
910
import {getLanguageRepo} from './get-language-repo';
1011

1112
void (async () => {
@@ -14,6 +15,8 @@ void (async () => {
1415

1516
await getLanguageRepo('lib/src/vendor');
1617

18+
await getDeprecations('lib/src/vendor');
19+
1720
console.log('Transpiling TS into dist.');
1821
shell.exec('tsc -p tsconfig.build.json');
1922
shell.cp('lib/index.mjs', 'dist/lib/index.mjs');

0 commit comments

Comments
 (0)