1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-08 23:09:20 +00:00

Fix workflow errors

This commit is contained in:
Tw93
2025-12-31 22:54:51 +08:00
parent 592f02e6e2
commit fdcaa7fa25
5 changed files with 19 additions and 13 deletions

View File

@@ -30,6 +30,7 @@ stop_section_spinner() { :; }
clean_tool_cache() { echo "$1"; }
safe_clean() { echo "$2"; }
note_activity() { :; }
run_with_timeout() { shift; "$@"; }
pnpm() {
if [[ "$1" == "store" && "$2" == "prune" ]]; then
return 0