mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 15:38:31 +02:00
📎 Add missing playwright chromium install to devenv
This commit is contained in:
parent
de2695682d
commit
9584e1b02d
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue