diff --git a/docker/devenv/files/start-tmux.sh b/docker/devenv/files/start-tmux.sh index cbf79a8471..3eacca5078 100755 --- a/docker/devenv/files/start-tmux.sh +++ b/docker/devenv/files/start-tmux.sh @@ -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