We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfdf512 commit 7ddf49eCopy full SHA for 7ddf49e
.github/workflows/vscode-extension.yml
@@ -100,9 +100,8 @@ jobs:
100
run: |
101
cd vscode-rescriptdep
102
npm install -g @vscode/vsce
103
- # Clean up devDependencies to avoid dependency errors
104
- npm prune --production
105
- vsce package -o bibimbob-${{ steps.get_version.outputs.VERSION }}.vsix
+ # Use pnpm for packaging instead of npm prune
+ vsce package -o bibimbob-${{ steps.get_version.outputs.VERSION }}.vsix --no-dependencies
106
107
- name: Upload VSIX as Artifact
108
uses: actions/upload-artifact@v4
0 commit comments