mirror of
https://github.com/penpot/penpot.git
synced 2025-02-12 10:09:03 -05:00
📎 Comment playwright installation on frontend directory
This commit is contained in:
parent
ca640964d1
commit
bc279977d5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue