mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 10:10:00 +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/
|
pushd ~/penpot/frontend/
|
||||||
corepack install;
|
corepack install;
|
||||||
yarn install;
|
yarn install;
|
||||||
|
yarn playwright install chromium
|
||||||
popd
|
popd
|
||||||
pushd ~/penpot/exporter/
|
pushd ~/penpot/exporter/
|
||||||
corepack install;
|
corepack install;
|
||||||
yarn install
|
yarn install
|
||||||
|
yarn playwright install chromium
|
||||||
popd
|
popd
|
||||||
|
|
||||||
tmux -2 new-session -d -s penpot
|
tmux -2 new-session -d -s penpot
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue