Skip to content

Commit 58144f2

Browse files
Fix mads-hartmann.bash-ide-vscode (#814)
Co-authored-by: Filip Troníček <[email protected]>
1 parent d9a7cc2 commit 58144f2

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
@@ -610,7 +610,7 @@
610610
"mads-hartmann.bash-ide-vscode": {
611611
"repository": "https://github.com/bash-lsp/bash-language-server",
612612
"location": "vscode-client",
613-
"prepublish": "yarn"
613+
"prepublish": "pnpm clean && pnpm install"
614614
},
615615
"magicstack.MagicPython": {
616616
"repository": "https://github.com/MagicStack/MagicPython"

0 commit comments

Comments
 (0)