feat(pkg): use google-chrome channel instead of google-chrome-beta

This commit is contained in:
Pierre Martin
2024-06-21 05:33:48 +02:00
parent d4e5336fac
commit c1f199aaa9
2 changed files with 3 additions and 3 deletions

View File

@@ -57,7 +57,7 @@
}
lh() {
CHROME_PATH=$(which google-chrome-beta) pnpm dlx lighthouse $1 --view
CHROME_PATH=$(which google-chrome) pnpm dlx lighthouse $1 --view
}
unalias v