Skip to content

Commit 57bba0f

Browse files
committed
Fix build_extension
1 parent 5a3f64c commit 57bba0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/evals/scripts/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ has_asdf_plugin() {
1010

1111
build_extension() {
1212
echo "🔨 Building the Roo Code extension..."
13-
pnpm -w build -- --out ../bin/roo-code-$(git rev-parse --short HEAD).vsix || exit 1
13+
pnpm -w vsix -- --out ../bin/roo-code-$(git rev-parse --short HEAD).vsix || exit 1
1414
code --install-extension ../../bin/roo-code-$(git rev-parse --short HEAD).vsix || exit 1
1515
cd evals
1616
}

0 commit comments

Comments
 (0)