mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08: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 $@
|