Commit 437fcb7
committed
fix: exclude dist directory from package.json search in snapshot-release script (#500)
Exclude `dist` directories when finding package.json files in snapshot release script
This PR updates the `snapshot-release.sh` script to exclude `dist` directories when searching for package.json files. The script now uses `-not -path "*/dist/*"` in the find command to prevent processing package.json files that might exist in distribution directories.1 parent 28750e3 commit 437fcb7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
0 commit comments