Skip to content

Commit 72be90f

Browse files
committed
feat: mono font for function names
1 parent 7e821ab commit 72be90f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/size-report.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ jobs:
3232
id: download-artifact
3333
uses: dawidd6/action-download-artifact@v2
3434
with:
35-
commit: d73d7b63d0a8c3bca11d4039437968709fb988c3
36-
# branch: main
35+
branch: main
3736
name: size-report
3837
path: temp/size-prev
3938
if_no_artifact_found: warn

scripts/size-report.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ function renderExports(exports, prev) {
106106
}
107107

108108
return [
109-
exp.name,
109+
`\`${exp.name}\``,
110110
`${prettyBytes(exp.bundled)}${diffBundled}`,
111111
`${prettyBytes(exp.minified)}${diffMinified}`,
112112
`${prettyBytes(exp.minzipped)}${diffMinzipped}`

0 commit comments

Comments
 (0)