Skip to content

Commit 6ee5c9e

Browse files
authored
fix: changedetection: dirty fix for tsc and esbuild not found (#8407)
1 parent bd38e7b commit 6ee5c9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ct/changedetection.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ function update_script() {
5757
$STD /opt/browserless/node_modules/playwright-core/cli.js install --force chrome
5858
$STD /opt/browserless/node_modules/playwright-core/cli.js install --force msedge
5959
$STD /opt/browserless/node_modules/playwright-core/cli.js install chromium firefox webkit
60+
$STD npm install --prefix /opt/browserless esbuild typescript ts-node @types/node
6061
$STD npm run build --prefix /opt/browserless
6162
$STD npm run build:function --prefix /opt/browserless
6263
$STD npm prune production --prefix /opt/browserless

0 commit comments

Comments
 (0)