Skip to content

Fix pnpm deploy command conflict#202

Merged
rmorehig merged 1 commit intomainfrom
rmorehig/fix-pnpm-deploy-conflict
Feb 10, 2026
Merged

Fix pnpm deploy command conflict#202
rmorehig merged 1 commit intomainfrom
rmorehig/fix-pnpm-deploy-conflict

Conversation

@rmorehig
Copy link
Copy Markdown
Contributor

Adds 'run' directive to tinybird:deploy script to avoid conflict with pnpm's built-in deploy command.

The tinybird:deploy script was calling 'pnpm deploy' which pnpm interprets as its built-in deploy command rather than the npm script. This fix explicitly invokes the npm script by using 'pnpm run deploy'.

This resolves the error: ERR_PNPM_INVALID_DEPLOY_TARGET This command requires one parameter

The tinybird:deploy script was calling 'pnpm deploy' which conflicts with pnpm's built-in deploy command. Adding 'run' explicitly invokes the npm script instead.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel bot commented Feb 10, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
analytics-dashboard Ready Ready Preview, Comment Feb 10, 2026 7:28am

@rmorehig rmorehig merged commit e04b9c4 into main Feb 10, 2026
6 checks passed
@rmorehig rmorehig deleted the rmorehig/fix-pnpm-deploy-conflict branch February 10, 2026 07:29
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.

2 participants