Skip to content

Commit d108a72

Browse files
committed
Revert this
1 parent 15531c8 commit d108a72

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

evals/scripts/setup.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,11 @@ 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
32-
code --install-extension bin/roo-code-$(git rev-parse --short HEAD).vsix || exit 1
31+
npm run install-extension -- --silent --no-audit || exit 1
32+
npm run install-webview -- --silent --no-audit || exit 1
33+
npm run install-e2e -- --silent --no-audit || exit 1
34+
npx vsce package --out bin/roo-code-latest.vsix || exit 1
35+
code --install-extension bin/roo-code-latest.vsix || exit 1
3336
cd evals
3437
}
3538

0 commit comments

Comments
 (0)