Skip to content

Commit e7dfb8d

Browse files
authored
Merge pull request #446 from ixartz/update-package-lock3
fix: remove unlighthouse, not very reliable
2 parents 8439b9b + a3669fe commit e7dfb8d

File tree

7 files changed

+50
-5605
lines changed

7 files changed

+50
-5605
lines changed

β€Ž.github/workflows/CI.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -175,28 +175,6 @@ jobs:
175175
path: test-results/
176176
retention-days: 7
177177

178-
lighthouse:
179-
strategy:
180-
matrix:
181-
node-version: [22.x]
182-
183-
name: Run unlighthouse
184-
runs-on: ubuntu-latest
185-
needs: [build]
186-
187-
steps:
188-
- uses: actions/checkout@v4
189-
190-
- name: Set up Node.js environment
191-
uses: ./.github/actions/setup-project
192-
with:
193-
node-version: ${{ matrix.node-version }}
194-
restore-nextjs-cache: true
195-
196-
- name: Run unlighthouse
197-
run: |
198-
npm run test:lighthouse
199-
200178
synchronize-with-crowdin:
201179
name: GitHub PR synchronize with Crowdin
202180
runs-on: ubuntu-latest

β€Ž.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# testing
1414
/coverage
1515
/vitest-test-results
16-
.unlighthouse
1716

1817
# next.js
1918
/.next/

β€ŽREADME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Developer experience first, extremely flexible code structure and only keep what
200200
- ⌘ Database exploration with Drizzle Studio and CLI migration tool with Drizzle Kit
201201
- βš™οΈ Bundler Analyzer
202202
- 🌈 Include a FREE minimalist theme
203-
- πŸ’― Maximize lighthouse score with Unlighthouse
203+
- πŸ’― Maximize lighthouse score
204204

205205
Built-in feature from Next.js:
206206

β€Žknip.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ const config: KnipConfig = {
44
// Files to exclude from Knip analysis
55
ignore: [
66
'checkly.config.ts',
7-
'unlighthouse.config.ts',
87
'src/libs/I18n.ts',
98
'src/types/I18n.ts',
109
'tests/**/*.ts',

0 commit comments

Comments
Β (0)