mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
✨ Add playwright to the frontend
This commit is contained in:
committed by
Andrey Antukh
parent
ff04877d24
commit
4d29bff9b5
@@ -11,10 +11,11 @@ set -e;
|
||||
echo "[start-tmux.sh] Installing node dependencies"
|
||||
pushd ~/penpot/frontend/
|
||||
yarn install
|
||||
yarn run playwright install --with-deps chromium
|
||||
popd
|
||||
pushd ~/penpot/exporter/
|
||||
yarn install
|
||||
npx playwright install chromium
|
||||
yarn run playwright install --with-deps chromium
|
||||
popd
|
||||
|
||||
tmux -2 new-session -d -s penpot
|
||||
|
||||
Reference in New Issue
Block a user