mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Remove usage of npx (#4003)
This commit is contained in:
parent
12b8d59562
commit
73e4418c12
1 changed files with 1 additions and 1 deletions
|
|
@ -346,7 +346,7 @@
|
|||
"format": "prettier --write .",
|
||||
"bundle": "node esbuild.mjs",
|
||||
"vscode:prepublish": "pnpm bundle --production",
|
||||
"vsix": "mkdirp ../bin && npx vsce package --no-dependencies --out ../bin",
|
||||
"vsix": "mkdirp ../bin && vsce package --no-dependencies --out ../bin",
|
||||
"publish:marketplace": "vsce publish --no-dependencies && ovsx publish --no-dependencies",
|
||||
"watch:bundle": "pnpm bundle --watch",
|
||||
"watch:tsc": "tsc --noEmit --watch --project tsconfig.json",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue