Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stbaer committed Jan 8, 2017
1 parent 651fc44 commit 4245939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const onGitFlowReleaseFinished = () => {
.then(answer => {
if (answer.npmPublish) {
spinner.create('Publishing to npm');
shellEx('npm run publish', {silent: false});
shellEx('npm publish', {silent: false});
spinner.succeed();
}
});
Expand Down

0 comments on commit 4245939

Please sign in to comment.