We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba72c1 commit edde511Copy full SHA for edde511
1 file changed
scripts/buildTs.js
@@ -36,7 +36,6 @@ console.log(chalk.inverse('Building TypeScript definition files'));
36
37
try {
38
execa.sync('node', args, {stdio: 'inherit'});
39
- console.log('Successfully built TypeScript definition files');
40
console.log(
41
chalk.inverse.green('Successfully built TypeScript definition files')
42
);
0 commit comments