Chore: remove root long and rolldown deps

This commit is contained in:
Vincent Koc
2026-02-21 01:45:39 -05:00
parent d056f96b35
commit 55584efdc0
3 changed files with 5 additions and 161 deletions

View File

@@ -86,6 +86,10 @@ if [[ -f "$HASH_FILE" ]]; then
fi
pnpm -s exec tsc -p "$A2UI_RENDERER_DIR/tsconfig.json"
rolldown -c "$A2UI_APP_DIR/rolldown.config.mjs"
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"
fi
echo "$current_hash" > "$HASH_FILE"