Skip to content

Commit 82f9e9e

Browse files
authored
Fix the build_extension step of the evals setup script (#4028)
1 parent 057ac3e commit 82f9e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evals/scripts/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ build_extension() {
2828
echo "🔨 Building the Roo Code extension..."
2929
cd ..
3030
mkdir -p bin
31-
pnpm build --out ../bin/roo-code-$(git rev-parse --short HEAD).vsix || exit 1
31+
pnpm build -- --out ../bin/roo-code-$(git rev-parse --short HEAD).vsix || exit 1
3232
code --install-extension bin/roo-code-$(git rev-parse --short HEAD).vsix || exit 1
3333
cd evals
3434
}

0 commit comments

Comments
 (0)