Skip to content

Commit

Permalink
chore: avoid double logging [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Nov 22, 2019
1 parent bba72c1 commit edde511
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/buildTs.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ console.log(chalk.inverse('Building TypeScript definition files'));

try {
execa.sync('node', args, {stdio: 'inherit'});
console.log('Successfully built TypeScript definition files');
console.log(
chalk.inverse.green('Successfully built TypeScript definition files')
);
Expand Down

0 comments on commit edde511

Please sign in to comment.