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

fix: return command nail #191

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

productdevbook
Copy link

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
Copy link
Member

antfu commented Jan 31, 2024

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

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

Successfully merging this pull request may close these issues.

None yet

2 participants