We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd38e7b commit 6ee5c9eCopy full SHA for 6ee5c9e
ct/changedetection.sh
@@ -57,6 +57,7 @@ function update_script() {
57
$STD /opt/browserless/node_modules/playwright-core/cli.js install --force chrome
58
$STD /opt/browserless/node_modules/playwright-core/cli.js install --force msedge
59
$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
61
$STD npm run build --prefix /opt/browserless
62
$STD npm run build:function --prefix /opt/browserless
63
$STD npm prune production --prefix /opt/browserless
0 commit comments