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
1 change: 0 additions & 1 deletion .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ npx @hey-api/openapi-ts --help

### Build Issues and Workarounds

- **Docs build may fail** due to pnpm version mismatch in VitePress - this is expected in some environments
- Use `pnpm build --filter="@hey-api/**"` to build packages without docs
- **Some tests may fail** in sandboxed environments due to network restrictions (OpenAPI spec downloads)
- **Generated test files** in `packages/openapi-ts-tests/` contain auto-generated snapshots that may have linting warnings - this is expected
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git add ./CONTRIBUTORS.md
git diff --cached --quiet || git commit -m "chore(docs): update contributors list"
git diff --cached --quiet || git commit -m "chore: update contributors list"
git push
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
branches:
- main
paths-ignore:
- docs/**
- web/**
pull_request:
paths-ignore:
- docs/**
- web/**

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 0 additions & 2 deletions .oxfmtrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
"**/.nuxt/",
"**/.output/",
"**/.svelte-kit/",
"**/.vitepress/cache",
"**/.vitepress/dist",
"**/.angular",
"**/web/.astro/",
"**/web/.cache/",
Expand Down
2 changes: 0 additions & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
**/.nuxt
**/.output
**/.svelte-kit
**/.vitepress/cache
**/.vitepress/dist
**/test/generated
**/__snapshots__

Expand Down
1 change: 0 additions & 1 deletion .vercelignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/*
!CONTRIBUTORS.md
!patches
!web
!.npmrc
!.nvmrc
Expand Down
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"**/*.map": true,
"**/*.mjs": true,
"**/*.mts": true,
"**/.vitepress/dist": true,
"**/dist": true,
"**/.mypy_cache": true,
"**/__snapshots__": true,
Expand Down
3 changes: 1 addition & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ packages/
config-vite-base/ # Shared Vite base configuration
openapi-ts-tests/ # Test utilities and snapshots
examples/ # 16+ framework-specific examples
docs/ # VitePress documentation site
dev/ # Development environment (CLI testing configs)
specs/ # OpenAPI test specifications
scripts/ # Build and test scripts
web/ # Astro website
```

## Tooling
Expand Down Expand Up @@ -117,6 +117,5 @@ Some linting warnings in `.gen/snapshots/` directories are expected for generate

## Known Issues

- Docs build may fail due to pnpm version mismatch in VitePress - use `--filter="@hey-api/**"` to skip
- Some tests may fail in sandboxed environments due to network restrictions (OpenAPI spec downloads)
- Generated test files in `packages/openapi-ts-tests/` may have expected linting warnings
1 change: 0 additions & 1 deletion docs/.contributorssince

This file was deleted.

2 changes: 0 additions & 2 deletions docs/.gitignore

This file was deleted.

Loading
Loading