Skip to content

Commit

Permalink
feat(lighthouse): manually update lighthouse scores
Browse files Browse the repository at this point in the history
  • Loading branch information
teomrd committed Nov 13, 2024
1 parent 0dd6359 commit b7890f4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/on-main.yml

This file was deleted.

3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ lighthouse-audit: install build
lighthouse-badges:
npx lighthouse-badges -o docs/lighthouse/badges -u https://teomrd.github.io/miropad/

update-lighthouse-badges: lighthouse-badges
$(MAKE_DIR)/scripts/update-badges.sh

clean:
deno clean
rm -rf ./node_modules
Expand Down
4 changes: 4 additions & 0 deletions scripts/update-badges.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

git add ./docs/lighthouse
git commit -m "chore(lighthouse): update Lighthouse badges"

0 comments on commit b7890f4

Please sign in to comment.