Skip to content

Commit d82fcac

Browse files
committed
fix: use correct package script name
apex-language-support uses 'npm run package', not 'npm run vscode:package'
1 parent ab1b9df commit d82fcac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-vscode-workflows-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ jobs:
5555
- name: Build VSIX package
5656
working-directory: test-repo/packages/apex-lsp-vscode-extension
5757
run: |
58-
npm run vscode:package
58+
npm run package
5959
ls -la *.vsix
6060
echo "✓ VSIX packaging successful"

0 commit comments

Comments
 (0)