Skip to content

Commit b1b8c9e

Browse files
ci: move pnpm settings to pnpm-workspace.yaml (#6076)
1 parent bcce02c commit b1b8c9e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ permissions:
2323
pull-requests: write
2424

2525
jobs:
26-
test:
26+
release:
2727
name: Release
2828
if: github.repository_owner == 'TanStack'
2929
runs-on: ubuntu-latest

.npmrc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
link-workspace-packages=true
2-
prefer-workspace-packages=true
31
provenance=true

pnpm-workspace.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
cleanupUnusedCatalogs: true
2+
linkWorkspacePackages: true
3+
preferWorkspacePackages: true
4+
15
packages:
26
- 'packages/*'
37
- 'examples/react/*'

0 commit comments

Comments
 (0)