Skip to content

Commit 95776e5

Browse files
author
Mike Kistler
committed
Simplify conformance skill cleanup to just npm ci
1 parent 9eeecef commit 95776e5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • .github/skills/run-conformance-from-branch

.github/skills/run-conformance-from-branch/SKILL.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Run C# SDK conformance tests against an unpublished `modelcontextprotocol/confor
1818

1919
1. Start from a clean git state.
2020
2. Commit or stash local changes first.
21-
3. Restore pinned dependencies when done (`git checkout -- package.json package-lock.json` + `npm ci`).
21+
3. Restore pinned dependencies when done (`npm ci`).
2222

2323
## Inputs
2424

@@ -72,6 +72,5 @@ Always report:
7272
Return repo to pinned dependency state:
7373

7474
```bash
75-
git checkout -- package.json package-lock.json
7675
npm ci
7776
```

0 commit comments

Comments
 (0)