From c9fbb21924f814172972c0601da4ab3647b79502 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 12 Apr 2024 10:08:15 +0200 Subject: [PATCH] :sparkles: Don't stop start-tmux if playwright is not found on frontend --- docker/devenv/files/start-tmux.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docker/devenv/files/start-tmux.sh b/docker/devenv/files/start-tmux.sh index 3eacca5078..ec6470ea21 100755 --- a/docker/devenv/files/start-tmux.sh +++ b/docker/devenv/files/start-tmux.sh @@ -6,12 +6,10 @@ cd ~; source ~/.bashrc -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