Bump
All checks were successful
Build and Release / build-and-release (push) Successful in 12m44s

This commit is contained in:
Bryan1029384756
2026-04-18 17:30:53 -05:00
parent 593eaba82e
commit 43cfbe65f3
22 changed files with 1244 additions and 36 deletions

View File

@@ -56,7 +56,11 @@
"Bash(sed -n '1,30p' packages/shared/src/components/channel/ChannelHeader.tsx)",
"Bash(sed -n '1,30p' packages/shared/src/components/member/MemberListContainer.tsx)",
"Bash(timeout 20 npm run dev:web)",
"Bash(timeout 8 npm run dev:web)"
"Bash(timeout 8 npm run dev:web)",
"Bash(grep -E '\"electron\":\\\\s*\"' package.json apps/electron/package.json)",
"Bash(grep -E '\"electron\":\\\\s*\"' package.json)",
"Bash(node --check apps/electron/main.cjs)",
"Bash(node --check apps/electron/preload.cjs)"
]
}
}