mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
Use npx here
This commit is contained in:
parent
3950949058
commit
073d82accb
1 changed files with 1 additions and 1 deletions
|
|
@ -353,7 +353,7 @@
|
|||
"vscode-test:extension": "tsc -p . --outDir out && node esbuild.js",
|
||||
"vscode-test:webview": "cd webview-ui && npm run build",
|
||||
"update-contributors": "node scripts/update-contributors.js",
|
||||
"generate-types": "tsx scripts/generate-types.mts"
|
||||
"generate-types": "npx tsx scripts/generate-types.mts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@anthropic-ai/bedrock-sdk": "^0.10.2",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue