From 47e8573210302fc1b4d38771eace57f45a8ec76a Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Thu, 16 Oct 2025 19:42:02 +0200 Subject: [PATCH] fix: changedetection: dirty fix for tsc and esbuild not found --- ct/changedetection.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/changedetection.sh b/ct/changedetection.sh index 4e7de3c59..8b84a3049 100644 --- a/ct/changedetection.sh +++ b/ct/changedetection.sh @@ -57,6 +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 run build --prefix /opt/browserless $STD npm run build:function --prefix /opt/browserless $STD npm prune production --prefix /opt/browserless