mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 01:05:42 +03:00
8 lines
171 B
Bash
8 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 $@
|