Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate console output #177

Closed
OmgImAlexis opened this issue Aug 13, 2017 · 4 comments
Closed

Duplicate console output #177

OmgImAlexis opened this issue Aug 13, 2017 · 4 comments

Comments

@OmgImAlexis
Copy link

As soon as I get to the Bumping version using Yarn step np duplicates it's output.
I'm on macOS 10.12.6 (16G29) using np v2.16.0 and I'm using the hyper terminal.

➜  shelf git:(master) np

Publish a new version of @twistly/shelf (0.0.0)

? Select semver increment or specify new version minor  0.1.0
? Will bump from 0.0.0 to 0.1.0. Continue? Yes
 ✔ Prerequisite check
 ✔ Git
 ✔ Cleanup
 ✔ Installing dependencies using Yarn
 ✔ Running tests
 ⠹ Bumping version using Yarn
   → info New version: 0.1.0
   Publishing package
   Pushing tags

 ✔ Prerequisite check
 ✔ Git
 ✔ Cleanup
 ✔ Installing dependencies using Yarn
 ✔ Running tests
 ✔ Bumping version using Yarn
 ✔ Publishing package
 ✔ Pushing tags

 @twistly/shelf 0.1.0 published 🎉
@SamVerschueren
Copy link
Collaborator

Do you also have this when publishing with npm?

@OmgImAlexis
Copy link
Author

No just np.

@SamVerschueren
Copy link
Collaborator

Sorry, was too short in my response. np uses yarn to publish the package whenever it detects a yarn.lock file. I never use Yarn, so didn't try it out yet. But maybe the duplication is because of some output characters of Yarn. So whenever you try to publish again, you can use --no-yarn flag to make sure it publishes with npm.

@dopecodez
Copy link
Collaborator

Closing for lack of activity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants