From 3743af8c78d9e8915336679742ce24f5c9ea36bb Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Sun, 19 Oct 2025 22:05:27 +0200 Subject: [PATCH] changedetection: fix: update (#8480) --- ct/changedetection.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/changedetection.sh b/ct/changedetection.sh index 8b84a3049..3fcc1665a 100644 --- a/ct/changedetection.sh +++ b/ct/changedetection.sh @@ -57,7 +57,7 @@ function update_script() { $STD /opt/browserless/node_modules/playwright-core/cli.js install --force chrome $STD /opt/browserless/node_modules/playwright-core/cli.js install --force msedge $STD /opt/browserless/node_modules/playwright-core/cli.js install chromium firefox webkit - $STD npm install --prefix /opt/browserless esbuild typescript ts-node @types/node + $STD npm install --prefix /opt/browserless esbuild typescript ts-node @types/node --save-dev $STD npm run build --prefix /opt/browserless $STD npm run build:function --prefix /opt/browserless $STD npm prune production --prefix /opt/browserless