mirror of
https://github.com/penpot/penpot.git
synced 2025-03-14 16:51:18 -05:00
✨ Don't stop start-tmux if playwright is not found on frontend
This commit is contained in:
parent
bc279977d5
commit
c9fbb21924
1 changed files with 1 additions and 3 deletions
|
@ -6,12 +6,10 @@ cd ~;
|
||||||
|
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
|
|
||||||
set -e;
|
|
||||||
|
|
||||||
echo "[start-tmux.sh] Installing node dependencies"
|
echo "[start-tmux.sh] Installing node dependencies"
|
||||||
pushd ~/penpot/frontend/
|
pushd ~/penpot/frontend/
|
||||||
yarn install
|
yarn install
|
||||||
#yarn run playwright install --with-deps chromium
|
yarn run playwright install --with-deps chromium
|
||||||
popd
|
popd
|
||||||
pushd ~/penpot/exporter/
|
pushd ~/penpot/exporter/
|
||||||
yarn install
|
yarn install
|
||||||
|
|
Loading…
Add table
Reference in a new issue