ci: make frontend lint noninteractive
Some checks failed
2026 World Cup Quant Platform - Production Deployment / Code Quality, Security Gate & Testing (push) Successful in 3m37s
2026 World Cup Quant Platform - Production Deployment / Deploy to Production VM via Gitea CD (push) Failing after 22s

This commit is contained in:
wooo
2026-06-18 12:04:00 +08:00
parent 118954e781
commit 05a28833c7
8 changed files with 60 additions and 21 deletions

View File

@@ -56,12 +56,10 @@ export function PwaBootstrap() {
navigator.serviceWorker.addEventListener('message', (event) => {
const payload = event.data;
if (payload?.type === 'push-trigger') {
// eslint-disable-next-line no-console
console.log('PWA push message', payload);
}
});
} catch (error) {
// eslint-disable-next-line no-console
console.warn('PWA bootstrap 失敗', error);
}
};