Skip to content

Commit 654cbaa

Browse files
committed
fix: removing create-tanstack-app because we don't have permissions
1 parent c98b501 commit 654cbaa

File tree

7 files changed

+0
-257
lines changed

7 files changed

+0
-257
lines changed

cli/create-tanstack-app/README.md

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

cli/create-tanstack-app/package.json

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

cli/create-tanstack-app/src/index.ts

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

cli/create-tanstack-app/tsconfig.json

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

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"pnpm": {
2929
"overrides": {
3030
"create-start-app": "workspace:*",
31-
"create-tanstack-app": "workspace:*",
3231
"create-tanstack": "workspace:*",
3332
"create-tsrouter-app": "workspace:*",
3433
"@tanstack/cta-cli": "workspace:*",

pnpm-lock.yaml

Lines changed: 0 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/publish.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ await publish({
1616
name: 'create-start-app',
1717
packageDir: './cli/create-start-app',
1818
},
19-
{
20-
name: 'create-tanstack-app',
21-
packageDir: './cli/create-tanstack-app',
22-
},
2319
{
2420
name: 'create-tanstack',
2521
packageDir: './cli/create-tanstack',

0 commit comments

Comments
 (0)