Commit 4cc6d2c
Fix remove-npm-pr-tags to filter out example packages
The pnpm list command was returning all workspace packages including
examples that are not published to npm. This caused 404 errors when
trying to remove dist-tags from non-existent packages.
Filter packages to only include those that:
- Start with @fedify/ scope
- Are not marked as private
Co-Authored-By: Claude <[email protected]>1 parent 95c2c5f commit 4cc6d2c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments