Skip to content

Commit 73e4418

Browse files
authored
Remove usage of npx (RooCodeInc#4003)
1 parent 12b8d59 commit 73e4418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@
346346
"format": "prettier --write .",
347347
"bundle": "node esbuild.mjs",
348348
"vscode:prepublish": "pnpm bundle --production",
349-
"vsix": "mkdirp ../bin && npx vsce package --no-dependencies --out ../bin",
349+
"vsix": "mkdirp ../bin && vsce package --no-dependencies --out ../bin",
350350
"publish:marketplace": "vsce publish --no-dependencies && ovsx publish --no-dependencies",
351351
"watch:bundle": "pnpm bundle --watch",
352352
"watch:tsc": "tsc --noEmit --watch --project tsconfig.json",

0 commit comments

Comments
 (0)