Skip to content

Commit 60c068d

Browse files
committed
Remove unneeded pnpm install
1 parent 96708eb commit 60c068d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@
616616
"mads-hartmann.bash-ide-vscode": {
617617
"repository": "https://github.com/bash-lsp/bash-language-server",
618618
"location": "vscode-client",
619-
"prepublish": "npm install -g pnpm && pnpm clean && pnpm install"
619+
"prepublish": "pnpm clean && pnpm install"
620620
},
621621
"magicstack.MagicPython": {
622622
"repository": "https://github.com/MagicStack/MagicPython"

0 commit comments

Comments
 (0)