Skip to content

Commit

Permalink
Remove silent: false
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-dv committed Jan 29, 2018
1 parent 1635d45 commit b0557b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const packageJson = getPackageJson();
removeDist();
babelify({ errorCallback: () => logError('js', packageJson) });
removeTsFromDist();
tscfy({ silent: false, errorCallback: () => logError('ts', packageJson) });
tscfy({ errorCallback: () => logError('ts', packageJson) });
copyLicence();

console.log(chalk.gray(`Built: ${chalk.bold(`${packageJson.name}@${packageJson.version}`)}`));

0 comments on commit b0557b3

Please sign in to comment.