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.
1 parent e30163c commit 1c2bf07Copy full SHA for 1c2bf07
.github/workflows/size.yml
@@ -33,9 +33,7 @@ jobs:
33
--filter ".+\/dist\/dev\/index.js$" \
34
--no-percent-bars --only-dir --depth 1 > out.txt
35
36
- echo 'foo<<EOF' >> $GITHUB_OUTPUT
37
- echo -e "sizes="$(cat out.txt)" >> $GITHUB_OUTPUT
38
- echo 'EOF' >> $GITHUB_OUTPUT
+ echo "sizes="$(cat out.txt)" >> $GITHUB_OUTPUT
39
40
- name: "Get sizes for production outputs"
41
id: dev
@@ -46,9 +44,7 @@ jobs:
46
44
--filter ".+\/dist\/prod\/index.js$" \
47
45
48
49
50
51
52
53
- uses: mshick/add-pr-comment@v2
54
with:
0 commit comments