Skip to content

Commit 1cb8447

Browse files
committed
changing echo to console.log
1 parent 9f27415 commit 1cb8447

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/publish.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@ setTimeout(function() {
5757
cwd: cwd
5858
});
5959

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

6462
// Remove the duplicated files
6563
rm([

0 commit comments

Comments
 (0)