Skip to content

Commit 11ae745

Browse files
authored
Add TypeScript and related packages installation
1 parent 598bfd2 commit 11ae745

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/changedetection-install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ mkdir /opt/browserless
6363
$STD python3 -m pip install playwright
6464
$STD git clone https://github.com/browserless/chrome /opt/browserless
6565
$STD npm install --prefix /opt/browserless --include=dev
66+
$STD npm install --prefix /opt/browserless typescript ts-node @types/node --save-dev
6667
$STD /opt/browserless/node_modules/playwright-core/cli.js install --with-deps &>/dev/null
6768
$STD /opt/browserless/node_modules/playwright-core/cli.js install --force chrome &>/dev/null
6869
$STD /opt/browserless/node_modules/playwright-core/cli.js install chromium firefox webkit &>/dev/null

0 commit comments

Comments
 (0)