1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-09-11 23:09:22 +02:00

chore: remove unneeded Lighthouse checking

This commit is contained in:
Divlo
2023-05-09 23:22:33 +02:00
parent a1a715d3b9
commit b1cf7f8517
6 changed files with 406 additions and 1890 deletions

View File

@@ -23,7 +23,6 @@
"lint:staged": "lint-staged",
"test:unit": "cypress run --component",
"test:html-w3c-validator": "start-server-and-test \"start\" \"http://127.0.0.1:3000\" \"html-w3c-validator\"",
"test:lighthouse": "lhci autorun",
"test:e2e": "start-server-and-test \"start\" \"http://127.0.0.1:3000\" \"cypress run\"",
"test:dev": "start-server-and-test \"dev\" \"http://127.0.0.1:3000\" \"cypress open\"",
"resume:build": "node ./jsonresume-theme-custom/build.js",
@@ -62,7 +61,6 @@
"devDependencies": {
"@commitlint/cli": "17.6.3",
"@commitlint/config-conventional": "17.6.3",
"@lhci/cli": "0.12.0",
"@saithodev/semantic-release-backmerge": "3.1.0",
"@semantic-release/git": "10.0.1",
"@tailwindcss/typography": "0.5.9",