1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-25 10:54:56 +02:00

chore(gh): tweak workflow

This commit is contained in:
syuilo
2026-07-17 17:29:47 +09:00
parent 00a123d62d
commit 227268fa1b

View File

@@ -7,8 +7,6 @@ import { promises as fs } from 'node:fs';
import path from 'node:path';
import * as util from './utility.mts';
const marker = '<!-- misskey-frontend-bundle-diagnostics -->';
const locale = 'ja-JP';
//function sharePercent(value, total) {
@@ -594,8 +592,6 @@ const afterVisualizerReport = collectVisualizerReport(afterStats);
const visualizerArtifactLink = `[Open treemap HTML](${process.env.FRONTEND_BUNDLE_REPORT_ARTIFACT_URL})`;
const body = [
marker,
'',
`## 📦 Frontend Bundle Report`,
'',
renderFrontendChunkReport(before, after),