chore: remove unused teams hosting deps

This commit is contained in:
Vincent Koc
2026-02-21 02:22:37 -05:00
committed by Ayaan Zaidi
parent 14f9e59161
commit a312ae4222
4 changed files with 8 additions and 51 deletions

View File

@@ -89,7 +89,7 @@ pnpm -s exec tsc -p "$A2UI_RENDERER_DIR/tsconfig.json"
if command -v rolldown >/dev/null 2>&1; then
rolldown -c "$A2UI_APP_DIR/rolldown.config.mjs"
else
pnpm dlx "rolldown@1.0.0-rc.5" -c "$A2UI_APP_DIR/rolldown.config.mjs"
pnpm -s dlx rolldown -c "$A2UI_APP_DIR/rolldown.config.mjs"
fi
echo "$current_hash" > "$HASH_FILE"