Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

fix(nuxi): improve nuxi init output #4612

Merged
merged 3 commits into from
Apr 29, 2022
Merged

fix(nuxi): improve nuxi init output #4612

merged 3 commits into from
Apr 29, 2022

Conversation

max-programming
Copy link
Contributor

@max-programming max-programming commented Apr 26, 2022

πŸ”— Linked issue

nuxt/nuxt#13825

❓ Type of change

  • πŸ“– Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

Resolves nuxt/nuxt#13825

Running npx nuxi init . results in an extra statement about changing the directory. This PR fixes the issue
image

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@netlify
Copy link

netlify bot commented Apr 26, 2022

βœ… Deploy Preview for nuxt3-docs canceled.

Name Link
πŸ”¨ Latest commit ccba55c
πŸ” Latest deploy log https://app.netlify.com/sites/nuxt3-docs/deploys/626c35ff14b1a20008a0aade

@max-programming max-programming changed the title Prevent redundant cd statement Prevent redundant "cd" statement Apr 26, 2022
@max-programming max-programming changed the title Prevent redundant "cd" statement fix: Prevent redundant "cd" statement Apr 26, 2022
@pi0 pi0 changed the title fix: Prevent redundant "cd" statement fix(nuxi): prevent redundant cd statement in nuxi init Apr 26, 2022
@pi0
Copy link
Member

pi0 commented Apr 29, 2022

Thanks for PR @max-programming ❀️

Added few more improvements:

image

@pi0 pi0 changed the title fix(nuxi): prevent redundant cd statement in nuxi init fix(nuxi): improve nuxi init output Apr 29, 2022
@pi0 pi0 merged commit 22954d0 into nuxt:main Apr 29, 2022
@pi0 pi0 mentioned this pull request May 2, 2022
@danielroe danielroe added the 3.x label Jan 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extra cd statement when using current directory (.)
3 participants