Commit ef2ed1e
Add mise check task for workspace: protocol validation
The pnpm workspace: protocol requires a version specifier (*, ^, or ~).
Using "workspace:" without a specifier is invalid but pnpm doesn't
report a clear error, which can cause issues with tools like moonrepo.
This adds a check:manifest:workspace-protocol task that detects invalid
patterns and fails the CI check if found.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent e4f8233 commit ef2ed1e
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
78 | 90 | | |
79 | 91 | | |
80 | 92 | | |
| |||
0 commit comments