cli icon indicating copy to clipboard operation
cli copied to clipboard

fix(typecheck): use bunx if is running on bun

Open HigherOrderLogic opened this issue 1 year ago • 4 comments

🔗 Linked issue

Fix #461.

❓ Type of change

  • [ ] 📖 Documentation (updates to the documentation or readme)
  • [x] 🐞 Bug fix (a non-breaking change that fixes an issue)
  • [ ] 👌 Enhancement (improving an existing functionality)
  • [ ] ✨ New feature (a non-breaking change that adds functionality)
  • [ ] 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

📚 Description

If user is running on Bun, use bunx to install deps globally and run vue-tsc to type check.

HigherOrderLogic avatar Oct 04 '24 11:10 HigherOrderLogic

Linking to https://github.com/unjs/nypm/issues/145

pi0 avatar Oct 04 '24 11:10 pi0

Also, could we have a new citty release? There's quite a number of unreleased new features in the repo right now.

HigherOrderLogic avatar Oct 05 '24 05:10 HigherOrderLogic

There's quite a number of unreleased new features in the repo right now.

Some are actually the reason new release is being blocked. I am sorry. please mention if there is any "bug" that needs hotfix and i can help on that. in a issue in citty repository. 🙏🏼

pi0 avatar Oct 05 '24 08:10 pi0

please mention if there is any "bug"

Thanks, already did in unjs/citty#166.

HigherOrderLogic avatar Oct 05 '24 08:10 HigherOrderLogic