Skip to content

Commit

Permalink
remove --help from args
Browse files Browse the repository at this point in the history
  • Loading branch information
phueper committed May 13, 2018
1 parent 5412cec commit fbda883
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/publish_release.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ const packages = fs
.filter((name) => fs.lstatSync(path.resolve(argv.packagesDir, name)).isDirectory());
const npmArgs = [
'publish',
'--help'
];
if (argv.beta) {
npmArgs.push('--tag', 'beta');
Expand Down

0 comments on commit fbda883

Please sign in to comment.