Skip to content

Commit f7a7250

Browse files
committed
Remove installing deps in command
1 parent bd9e254 commit f7a7250

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/compile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ BUILD_DIR=$1
77

88
# modify the installation location
99
export PLAYWRIGHT_BROWSERS_PATH=$BUILD_DIR/browsers
10-
playwright install --with-deps chromium
10+
# playwright install --with-deps chromium
11+
playwright install chromium

0 commit comments

Comments
 (0)