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 fa142db commit 4d760efCopy full SHA for 4d760ef
.github/workflows/size-limit.yml
@@ -87,7 +87,7 @@ jobs:
87
with:
88
github-token: ${{ secrets.GITHUB_TOKEN }}
89
script: |
90
- const setMessage = require('${{ github.workspace }}/scripts/ci/set-message')
+ const setMessage = require('${{ github.workspace }}/scripts/ci/set-message.cjs')
91
92
await setMessage({
93
header: "## 🏋️ Size limit report",
.gitignore
@@ -14,5 +14,4 @@ stats.html
14
.eslintcache
15
yarn-error.log
16
coverage
17
-size-limit-report
18
-size-limit-report-compare
+size-limit-report/stats.json
size-limit-report/.gitignore
0 commit comments