mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-04-19 16:22:20 +03:00
9 lines
171 B
Bash
9 lines
171 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
yarn link
|
|
yarn --cwd ../element-web install
|
|
yarn --cwd ../element-web link matrix-react-sdk
|
|
npx playwright test --update-snapshots --reporter line $@
|