Skip to content

Commit

Permalink
fix: fix test local
Browse files Browse the repository at this point in the history
  • Loading branch information
hrenaud committed Nov 23, 2023
1 parent 45cbb17 commit e0dd193
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions examples/npx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ npx lighthouse-plugin-ecoindex --help

## Examples

- help: `npx lighthouse-ecoindex@latest --help`
- demo: `npx lighthouse-ecoindex@latest -d`
- urls: `npx lighthouse-ecoindex@latest -u https://www.ecoindex.fr`
- urls: `npx lighthouse-ecoindex@latest -u https://www.ecoindex.fr -u https://www.ecoindex.fr/comment-ca-marche/`
- urls-file: `npx lighthouse-ecoindex@latest -f ./example-urls-list`
- urls-file + extra-header: `npx lighthouse-ecoindex@latest -f ./example-urls-list -h ./example-extra-header.json`
- urls-file + extra-header + output-path: `npx lighthouse-ecoindex@latest -f ./example-urls-list -h ./example-extra-header.json -p ./example-output-path`
- urls-file + extra-header + output-path + output: `npx lighthouse-ecoindex@latest -f ./example-urls-list -h ./example-extra-header.json -p ./example-output-path -o json -o html`
- help: `npx lighthouse-ecoindex --help`
- demo: `npx lighthouse-ecoindex -d`
- urls: `npx lighthouse-ecoindex -u https://www.ecoindex.fr`
- urls: `npx lighthouse-ecoindex -u https://www.ecoindex.fr -u https://www.ecoindex.fr/comment-ca-marche/`
- urls-file: `npx lighthouse-ecoindex -f ./example-urls-list`
- urls-file + extra-header: `npx lighthouse-ecoindex -f ./example-urls-list -h ./example-extra-header.json`
- urls-file + extra-header + output-path: `npx lighthouse-ecoindex -f ./example-urls-list -h ./example-extra-header.json -p ./example-output-path`
- urls-file + extra-header + output-path + output: `npx lighthouse-ecoindex -f ./example-urls-list -h ./example-extra-header.json -p ./example-output-path -o json -o html`
2 changes: 1 addition & 1 deletion examples/test-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"lhei:demo": "node lighthouse-plugin-ecoindex/helpers/bin.js -d",
"lhei:print": "node lighthouse-plugin-ecoindex/helpers/bin.js -u https://www.creastuces.com/des-styles-css-pour-optimiser-limpression-papier/ -o json -o html",
"lhei:file": "node lighthouse-plugin-ecoindex/helpers/bin.js -f example-urls-list -o json -o html",
"lhei:file:header": "node lighthouse-plugin-ecoindex/helpers/bin.js -f example-urls-list -h extra-headers.json -o json -o html"
"lhei:file:header": "node lighthouse-plugin-ecoindex/helpers/bin.js -f example-urls-list -h extra-header.json -o json -o html"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit e0dd193

Please sign in to comment.