Skip to content

fix: include skills/ in npm publish for all packages#379

Merged
AlemTuzlak merged 2 commits intomainfrom
fix/include-skills-in-npm-publish
Mar 11, 2026
Merged

fix: include skills/ in npm publish for all packages#379
AlemTuzlak merged 2 commits intomainfrom
fix/include-skills-in-npm-publish

Conversation

@AlemTuzlak
Copy link
Collaborator

Summary

  • Adds "skills" to the files array in all 4 package.json files (@tanstack/devtools, @tanstack/devtools-event-client, @tanstack/devtools-vite, @tanstack/devtools-utils)
  • Without this, npx @tanstack/intent install reports "No intent-enabled packages found" because the skills/ directories were excluded from npm publishes

Test plan

  • After publish, verify npx @tanstack/intent install discovers skills from installed packages

@changeset-bot
Copy link

changeset-bot bot commented Mar 11, 2026

🦋 Changeset detected

Latest commit: af34f70

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 9 packages
Name Type
@tanstack/devtools Patch
@tanstack/devtools-event-client Patch
@tanstack/devtools-vite Patch
@tanstack/devtools-utils Patch
@tanstack/preact-devtools Patch
@tanstack/react-devtools Patch
@tanstack/solid-devtools Patch
@tanstack/vue-devtools Patch
@tanstack/devtools-client Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@nx-cloud
Copy link

nx-cloud bot commented Mar 11, 2026

View your CI Pipeline Execution ↗ for commit af34f70

Command Status Duration Result
nx affected --targets=test:eslint,test:sherif,t... ✅ Succeeded 1m 55s View ↗
nx run-many --targets=build --exclude=examples/** ✅ Succeeded 1s View ↗

☁️ Nx Cloud last updated this comment at 2026-03-11 13:35:55 UTC

@pkg-pr-new
Copy link

pkg-pr-new bot commented Mar 11, 2026

More templates

@tanstack/devtools

npm i https://pkg.pr.new/@tanstack/devtools@379

@tanstack/devtools-client

npm i https://pkg.pr.new/@tanstack/devtools-client@379

@tanstack/devtools-ui

npm i https://pkg.pr.new/@tanstack/devtools-ui@379

@tanstack/devtools-utils

npm i https://pkg.pr.new/@tanstack/devtools-utils@379

@tanstack/devtools-vite

npm i https://pkg.pr.new/@tanstack/devtools-vite@379

@tanstack/devtools-event-bus

npm i https://pkg.pr.new/@tanstack/devtools-event-bus@379

@tanstack/devtools-event-client

npm i https://pkg.pr.new/@tanstack/devtools-event-client@379

@tanstack/preact-devtools

npm i https://pkg.pr.new/@tanstack/preact-devtools@379

@tanstack/react-devtools

npm i https://pkg.pr.new/@tanstack/react-devtools@379

@tanstack/solid-devtools

npm i https://pkg.pr.new/@tanstack/solid-devtools@379

@tanstack/vue-devtools

npm i https://pkg.pr.new/@tanstack/vue-devtools@379

commit: 429460d

The skills/ directories and intent bin shim were missing from the
individual package.json files. The intent scanner requires both
"bin": { "intent": ... } and a skills/ directory to detect packages.
Without these, npx @tanstack/intent install reports "No intent-enabled
packages found."
@AlemTuzlak AlemTuzlak force-pushed the fix/include-skills-in-npm-publish branch from 6eb020c to 041acaf Compare March 11, 2026 13:31
@AlemTuzlak AlemTuzlak merged commit 1451124 into main Mar 11, 2026
4 checks passed
@AlemTuzlak AlemTuzlak deleted the fix/include-skills-in-npm-publish branch March 11, 2026 13:35
@github-actions github-actions bot mentioned this pull request Mar 11, 2026
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