Skip to content

Commit 33bb4fd

Browse files
authored
changedetection: fix: hermetic msedge (#5388)
1 parent 5cf8765 commit 33bb4fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ct/changedetection.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ function update_script() {
5252
$STD /opt/browserless/node_modules/playwright-core/cli.js install --with-deps
5353
# Update Chrome separately, as it has to be done with the force option. Otherwise the installation of other browsers will not be done if Chrome is already installed.
5454
$STD /opt/browserless/node_modules/playwright-core/cli.js install --force chrome
55-
$STD /opt/browserless/node_modules/playwright-core/cli.js install chromium firefox webkit msedge
55+
$STD /opt/browserless/node_modules/playwright-core/cli.js install --force msedge
56+
$STD /opt/browserless/node_modules/playwright-core/cli.js install chromium firefox webkit
5657
$STD npm run build --prefix /opt/browserless
5758
$STD npm run build:function --prefix /opt/browserless
5859
$STD npm prune production --prefix /opt/browserless

0 commit comments

Comments
 (0)