Skip to content

Commit 4a62cd3

Browse files
authored
fix: avoid global vsce calls
1 parent 19bafef commit 4a62cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vscode-extension/build/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ else
1717
exit -1
1818
fi
1919

20-
vsce publish --packagePath packages/*-${VERSION}.vsix --pre-release
20+
npx vsce publish --packagePath packages/*-${VERSION}.vsix --pre-release

0 commit comments

Comments
 (0)