We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be7e746 + 96efff6 commit 72890deCopy full SHA for 72890de
1 file changed
.github/workflows/size-report.yml
@@ -35,7 +35,7 @@ jobs:
35
node-version: 24
36
37
- name: build (head)
38
- run: make && deno task build:npm 0.0.0
+ run: make clean && make && deno task build:npm 0.0.0
39
40
- name: measure sizes (head)
41
run: |
@@ -54,7 +54,7 @@ jobs:
54
git submodule update --init --recursive
55
56
- name: build (base)
57
58
59
- name: measure sizes (base)
60
run: deno run --allow-read /tmp/measure-size.ts > /tmp/base-sizes.json
0 commit comments