Commit ddd39b8
committed
fix(doctor): point repository metadata at the monorepo
The package moved into packages/doctor but its manifest still named the
archived nativescript-doctor repo. npm rejects a --provenance publish when
repository.url does not resolve to the repo the workflow ran in:
422 Unprocessable Entity - Error verifying sigstore provenance bundle:
package.json: "repository.url" is
"git+https://github.com/NativeScript/nativescript-doctor.git", expected to
match "https://github.com/NativeScript/nativescript-cli"
repository.directory tells the registry which subtree the package is built
from. bugs and homepage followed the same move.
CHANGELOG.md keeps its nativescript-doctor links - those commits and issues
only exist there.1 parent f24cc5d commit ddd39b8
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
43 | | - | |
| 44 | + | |
44 | 45 | | |
45 | | - | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
0 commit comments