Skip to content

Commit 4d760ef

Browse files
committed
chore: fix eslint errors * 3
1 parent fa142db commit 4d760ef

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/size-limit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
with:
8888
github-token: ${{ secrets.GITHUB_TOKEN }}
8989
script: |
90-
const setMessage = require('${{ github.workspace }}/scripts/ci/set-message')
90+
const setMessage = require('${{ github.workspace }}/scripts/ci/set-message.cjs')
9191
9292
await setMessage({
9393
header: "## 🏋️ Size limit report",

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,4 @@ stats.html
1414
.eslintcache
1515
yarn-error.log
1616
coverage
17-
size-limit-report
18-
size-limit-report-compare
17+
size-limit-report/stats.json

size-limit-report/.gitignore

Whitespace-only changes.

0 commit comments

Comments
 (0)