Skip to content

Commit

Permalink
chore(query-codemods): unify directory name as name field of package.…
Browse files Browse the repository at this point in the history
…json (#6913)

* refactor(query-codemods): unify directory name as name field of package.json

* chore: update
  • Loading branch information
manudeli committed Feb 17, 2024
1 parent 426bcd6 commit 137233b
Show file tree
Hide file tree
Showing 68 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
**/build
**/coverage
**/dist
**/codemods/**/__testfixtures__
**/query-codemods/**/__testfixtures__
pnpm-lock.yaml
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ component_management:
- component_id: query-codemods
name: '@tanstack/query-codemods'
paths:
- packages/codemods/**
- packages/query-codemods/**
- component_id: query-core
name: '@tanstack/query-core'
paths:
Expand Down
2 changes: 1 addition & 1 deletion knip.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://unpkg.com/knip@4/schema.json",
"ignoreWorkspaces": ["examples/**", "integrations/**"],
"workspaces": {
"packages/codemods": {
"packages/query-codemods": {
"entry": ["src/v4/*.js", "src/v5/*/*.js"],
"ignore": ["**/__testfixtures__/**"]
},
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"test:build": "publint --strict",
"build": "pnpm build:tsup && pnpm build:codemods",
"build:tsup": "tsup",
"build:codemods": "cpy ../codemods/* ./build/codemods"
"build:codemods": "cpy ../query-codemods/* ./build/codemods"
},
"files": [
"build",
Expand Down
20 changes: 11 additions & 9 deletions pnpm-lock.yaml

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

0 comments on commit 137233b

Please sign in to comment.