📎 Add missing playwright chromium install to devenv

This commit is contained in:
Andrey Antukh 2025-06-06 15:10:52 +02:00
parent de2695682d
commit 9584e1b02d

View file

@ -10,10 +10,12 @@ echo "[start-tmux.sh] Installing node dependencies"
pushd ~/penpot/frontend/
corepack install;
yarn install;
yarn playwright install chromium
popd
pushd ~/penpot/exporter/
corepack install;
yarn install
yarn playwright install chromium
popd
tmux -2 new-session -d -s penpot