Skip to content

Commit

Permalink
changing echo to console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
callmehiphop committed Aug 11, 2016
1 parent 9f27415 commit 1cb8447
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ setTimeout(function() {
cwd: cwd
});

exec('echo "Now push to master: git push origin master --follow-tags"', {
cwd: cwd
});
console.log('echo "Now push to master: git push origin master --follow-tags"');

// Remove the duplicated files
rm([
Expand Down

0 comments on commit 1cb8447

Please sign in to comment.