Skip to content

Commit 4b792e0

Browse files
AlexStrNikclaude
andcommitted
fix: remove unnecessary pnpm prune step from CI
The --no-dependencies flag in vsce package already skips dependency validation, so pruning dev dependencies is not needed. This also avoids the issue where vscode:prepublish script needs TypeScript which gets removed by prune. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 72e2134 commit 4b792e0

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/package.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
- name: Compile
3232
run: pnpm run compile
3333

34-
- name: Remove dev dependencies
35-
run: pnpm prune --prod
36-
3734
- name: Install vsce
3835
run: pnpm add -g @vscode/vsce
3936

0 commit comments

Comments
 (0)