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

@@ -11,7 +11,7 @@
"code" "code"
"vivaldi" "vivaldi"
"google-chrome-beta" "google-chrome"
"slack" "slack"
"spotify" "spotify"
"spotify-unwrapped" "spotify-unwrapped"
@@ -85,7 +85,7 @@
firefox firefox
vivaldi vivaldi
google-chrome-beta google-chrome
epiphany epiphany
offpunk offpunk
lagrange lagrange

View File

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