👷 Add Lighthouse CI configuration

This commit is contained in:
James Panther
2021-12-21 12:11:06 +11:00
parent 4832b0900a
commit ccfd369c67
3 changed files with 15 additions and 1 deletions
+2 -1
View File
@@ -9,7 +9,8 @@
"assets": "rimraf assets/vendor && vendor-copy",
"dev": "NODE_ENV=development ./node_modules/tailwindcss/lib/cli.js -i ./assets/css/main.css -o ./assets/css/compiled/main.css --jit -w",
"build": "NODE_ENV=production ./node_modules/tailwindcss/lib/cli.js -i ./assets/css/main.css -o ./assets/css/compiled/main.css --jit",
"example": "hugo server --source exampleSite --themesDir ../.. --buildDrafts -b http://localhost/congo/ -p 8008"
"example": "hugo server --source exampleSite --themesDir ../.. --buildDrafts -b http://localhost/congo/ -p 8008",
"lighthouse": "lhci autorun"
},
"repository": {
"type": "git",