0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-12 10:09:03 -05:00

📎 Comment playwright installation on frontend directory

This commit is contained in:
Andrey Antukh 2024-04-12 09:58:40 +02:00
parent ca640964d1
commit bc279977d5

View file

@ -11,7 +11,7 @@ set -e;
echo "[start-tmux.sh] Installing node dependencies"
pushd ~/penpot/frontend/
yarn install
yarn run playwright install --with-deps chromium
#yarn run playwright install --with-deps chromium
popd
pushd ~/penpot/exporter/
yarn install