Skip to content

Commit 598bfd2

Browse files
authored
Update npm install command to include dev dependencies
1 parent 1a38df4 commit 598bfd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/changedetection-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ msg_info "Installing Browserless & Playwright"
6262
mkdir /opt/browserless
6363
$STD python3 -m pip install playwright
6464
$STD git clone https://github.com/browserless/chrome /opt/browserless
65-
$STD npm install --prefix /opt/browserless
65+
$STD npm install --prefix /opt/browserless --include=dev
6666
$STD /opt/browserless/node_modules/playwright-core/cli.js install --with-deps &>/dev/null
6767
$STD /opt/browserless/node_modules/playwright-core/cli.js install --force chrome &>/dev/null
6868
$STD /opt/browserless/node_modules/playwright-core/cli.js install chromium firefox webkit &>/dev/null

0 commit comments

Comments
 (0)