antfu-collective / ni

💡 Use the right package manager
MIT License
6.25k stars 208 forks source link

fix: return command nail #191

Closed productdevbook closed 2 months ago

productdevbook commented 9 months ago

Description

pnpm package names cause breakage because of the quotes.

pnpm run "drizzle-kit generate:pg --config=drizzle.config.js" "drizzle-kit dont found global now fixed

pnpm run drizzle-kit generate:pg --config=drizzle.config.js

Linked Issues

Additional context

antfu commented 7 months ago

The quotes are added intentionally 3 lines above - Just removing them doesn't justify the use cases, you need to provide more information and find a solutions that doesn't break the previous behaviour