Skip to content

Commit 3743af8

Browse files
authored
changedetection: fix: update (#8480)
1 parent f91daa6 commit 3743af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/changedetection.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +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
60+
$STD npm install --prefix /opt/browserless esbuild typescript ts-node @types/node --save-dev
6161
$STD npm run build --prefix /opt/browserless
6262
$STD npm run build:function --prefix /opt/browserless
6363
$STD npm prune production --prefix /opt/browserless

0 commit comments

Comments
 (0)