mirror of
https://github.com/penpot/penpot.git
synced 2026-05-11 11:03:52 +00:00
📎 Add missing playwright chromium install to devenv
This commit is contained in:
parent
de2695682d
commit
9584e1b02d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user