Skip to content

Commit 6d6ff85

Browse files
committed
revert: remove intent bin shim from @tanstack/cli
1 parent 45c9d23 commit 6d6ff85

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

.changeset/intent-skills-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"@tanstack/cli": patch
33
---
44

5-
Wire up TanStack Intent: add bin shim, CI workflows for skill validation and staleness checks, and update skill files to v0.62.1
5+
Wire up TanStack Intent: CI workflows for skill validation and staleness checks, and update skill files to v0.62.1

packages/cli/bin/intent.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/cli/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@
88
"files": [
99
"dist",
1010
"skills",
11-
"bin",
1211
"!skills/_artifacts"
1312
],
1413
"bin": {
15-
"tanstack": "./dist/bin.js",
16-
"intent": "./bin/intent.js"
14+
"tanstack": "./dist/bin.js"
1715
},
1816
"scripts": {
1917
"build": "tsc",

0 commit comments

Comments
 (0)