Skip to content

Commit

Permalink
Fix release CI (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme committed May 31, 2024
1 parent 7dd781b commit 20914eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tool/prepare-release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {promises as fs} from 'fs';
import * as shell from 'shelljs';

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

void (async () => {
Expand All @@ -14,6 +15,8 @@ void (async () => {

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

await getDeprecations('lib/src/vendor');

console.log('Transpiling TS into dist.');
shell.exec('tsc -p tsconfig.build.json');
shell.cp('lib/index.mjs', 'dist/lib/index.mjs');
Expand Down

0 comments on commit 20914eb

Please sign in to comment.