Commit dcdd387
fix: use glob patterns in package.json files array for yarn pack
npm pack treats directory entries in "files" as recursive globs, but
yarn pack does not. Use explicit glob patterns (e.g. "scripts/cocoapods/**"
instead of "scripts/cocoapods") so both tools include the full directory
contents.
This is the same fix as facebook#56407.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 4a28bb7 commit dcdd387
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | | - | |
| 114 | + | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
0 commit comments