Skip to content

Commit c493b18

Browse files
chore: update VS Code extension build command in CI and README
1 parent 8fdc46d commit c493b18

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
# Package VS Code extension
4242
- name: Package VS Code extension
43-
run: npm run package:vscode
43+
run: npm run build:vscode
4444

4545
# Upload IntelliJ plugin artifact
4646
- name: Upload IntelliJ Plugin

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ npm run build
5353
# Or build specific components
5454
npm run build:intellij # Build IntelliJ plugin only
5555
npm run build:vscode # Build VS Code extension only
56-
npm run package:vscode # Package VS Code extension
5756
```
5857

5958
## IntelliJ Plugin

0 commit comments

Comments
 (0)