There was an error while loading. Please reload this page.
1 parent 9eeecef commit 95776e5Copy full SHA for 95776e5
1 file changed
.github/skills/run-conformance-from-branch/SKILL.md
@@ -18,7 +18,7 @@ Run C# SDK conformance tests against an unpublished `modelcontextprotocol/confor
18
19
1. Start from a clean git state.
20
2. Commit or stash local changes first.
21
-3. Restore pinned dependencies when done (`git checkout -- package.json package-lock.json` + `npm ci`).
+3. Restore pinned dependencies when done (`npm ci`).
22
23
## Inputs
24
@@ -72,6 +72,5 @@ Always report:
72
Return repo to pinned dependency state:
73
74
```bash
75
-git checkout -- package.json package-lock.json
76
npm ci
77
```
0 commit comments