We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
build_extension
1 parent 5a3f64c commit 57bba0fCopy full SHA for 57bba0f
packages/evals/scripts/setup.sh
@@ -10,7 +10,7 @@ has_asdf_plugin() {
10
11
build_extension() {
12
echo "🔨 Building the Roo Code extension..."
13
- pnpm -w build -- --out ../bin/roo-code-$(git rev-parse --short HEAD).vsix || exit 1
+ pnpm -w vsix -- --out ../bin/roo-code-$(git rev-parse --short HEAD).vsix || exit 1
14
code --install-extension ../../bin/roo-code-$(git rev-parse --short HEAD).vsix || exit 1
15
cd evals
16
}
0 commit comments