Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ This starts your app in development mode, rebuilding assets on file changes.

The documentation for all TanStack projects (except `React Charts`) is hosted on [tanstack.com](https://tanstack.com). In production, doc pages are fetched from GitHub. In development, they're read from your local file system.

Pre-commit hooks run smoke tests against these docs, so you'll need sibling repos cloned for commits to pass.

Create a `tanstack` parent directory and clone this repo alongside the projects:

```sh
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@
"db:studio": "drizzle-kit studio",
"docs:webhooks:plan": "tsx scripts/sync-docs-webhooks.ts --dry-run",
"docs:webhooks:sync": "tsx scripts/sync-docs-webhooks.ts",
"husky": "pnpm run format && pnpm run test && pnpm run test:smoke",
"husky": "pnpm run format && pnpm run test",
"pretest": "pnpm run content:build",
"test": "run-p test:tsc test:lint",
"test:tsc": "tsc",
"test:lint": "pnpm run lint",
"test:smoke": "tsx tests/smoke.ts",
"test:e2e": "playwright test",
"prepare": "husky"
},
"dependencies": {
Expand Down Expand Up @@ -123,7 +121,6 @@
"devDependencies": {
"@content-collections/core": "^0.14.3",
"@content-collections/vite": "^0.2.9",
"@playwright/test": "^1.59.0",
"@shikijs/transformers": "^4.0.2",
"@tanstack/devtools-vite": "^0.7.0",
"@tanstack/react-devtools": "^0.10.5",
Expand Down
33 changes: 0 additions & 33 deletions playwright.config.ts

This file was deleted.

38 changes: 0 additions & 38 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 0 additions & 15 deletions tests/e2e.spec.ts

This file was deleted.

Loading
Loading