Skip to content

Commit

Permalink
chore: fix lighthouse
Browse files Browse the repository at this point in the history
Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com>
  • Loading branch information
iamnewton committed Nov 8, 2024
1 parent e30082a commit 9833974
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ANNOTATE_ONLY: true # Allow annotations in the PR
DISABLE_COMMENTS: false # Enable comments in the PR
IGNORE_GENERATED_FILES: true
IGNORE_GITIGNORED_FILES: true
LINTER_RULES_PATH: /
CSS_FILE_NAME: "stylelint.config.js"
Expand Down
13 changes: 0 additions & 13 deletions lighthouse.config.mjs

This file was deleted.

7 changes: 7 additions & 0 deletions lighthouserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"ci": {
"upload": {
"target": "temporary-public-storage",
}
}
}
1 change: 1 addition & 0 deletions public/mockServiceWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

/**
* Mock Service Worker.
* @generated
* @see https://github.com/mswjs/msw
* - Please do NOT modify this file.
* - Please do NOT serve this file on production.
Expand Down

0 comments on commit 9833974

Please sign in to comment.