mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-10 22:41:14 +00:00
Fix the build_extension step of the evals setup script (#4028)
This commit is contained in:
parent
057ac3e428
commit
82f9e9e47c
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ build_extension() {
|
|||
echo "🔨 Building the Roo Code extension..."
|
||||
cd ..
|
||||
mkdir -p bin
|
||||
pnpm build --out ../bin/roo-code-$(git rev-parse --short HEAD).vsix || exit 1
|
||||
pnpm build -- --out ../bin/roo-code-$(git rev-parse --short HEAD).vsix || exit 1
|
||||
code --install-extension bin/roo-code-$(git rev-parse --short HEAD).vsix || exit 1
|
||||
cd evals
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue