Skip to content

Comments

Fix: incorrect sponsor script#607

Open
ev0r0x wants to merge 1 commit intotempoxyz:mainfrom
ev0r0x:ev0r0x-patch-1
Open

Fix: incorrect sponsor script#607
ev0r0x wants to merge 1 commit intotempoxyz:mainfrom
ev0r0x:ev0r0x-patch-1

Conversation

@ev0r0x
Copy link

@ev0r0x ev0r0x commented Feb 22, 2026

The root package.json script dev:sponsor incorrectly points to a non-existent workspace tempo-sponsor:
"dev:sponsor": "pnpm --filter tempo-sponsor dev"

The actual package name in the monorepo is fee-payer. Therefore, running pnpm --filter tempo-sponsor dev fails with:

No projects matched the filters

and the script cannot be executed.

How I verified:

Checked apps/fee-payer/package.json - package name is "fee-payer".

Checked root package.json workspace filters - tempo-sponsor does not exist.

Run pnpm --filter fee-payer dev from the repo root:

Now the script correctly targets the existing fee-payer package.

The root `package.json` script `dev:sponsor` incorrectly points to a non-existent workspace `tempo-sponsor`:

```json
"dev:sponsor": "pnpm --filter tempo-sponsor dev"

The actual package name in the monorepo is `fee-payer`. Therefore, running `pnpm --filter tempo-sponsor dev` fails with:

`No projects matched the filters`

and the script cannot be executed.

How I verified:

Checked `apps/fee-payer/package.json` - package name is `"fee-payer"`.

Checked root `package.json` workspace filters - `tempo-sponsor` does not exist.

Run `pnpm --filter fee-payer dev` from the repo root:

Now the script correctly targets the existing fee-payer package.
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.

1 participant