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 a39361a commit fe8aeb6Copy full SHA for fe8aeb6
2 files changed
.github/workflows/ci.yml
@@ -92,4 +92,6 @@ jobs:
92
run: pnpm build
93
94
- name: ♿ Accessibility audit (Lighthouse)
95
- run: pnpm lhci
+ run: lhci autorun
96
+ env:
97
+ LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}
package.json
@@ -23,8 +23,7 @@
23
"test:browser:update": "playwright test --update-snapshots",
24
"test:nuxt": "vitest --project nuxt",
25
"test:types": "nuxt prepare && vue-tsc -b --noEmit && pnpm --filter npmx-connector test:types",
26
- "test:unit": "vitest --project unit",
27
- "lhci": "lhci autorun"
+ "test:unit": "vitest --project unit"
28
},
29
"dependencies": {
30
"@iconify-json/simple-icons": "^1.2.67",
0 commit comments