mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 04:21:57 +03:00
Remove legacy crypto parameter (#12679)
This commit is contained in:
parent
cea0b7c37e
commit
15de0010a1
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@ set -e
|
||||||
yarn link
|
yarn link
|
||||||
yarn --cwd ../element-web install
|
yarn --cwd ../element-web install
|
||||||
yarn --cwd ../element-web link matrix-react-sdk
|
yarn --cwd ../element-web link matrix-react-sdk
|
||||||
npx playwright test --update-snapshots --reporter line --project='Legacy Crypto' $@
|
npx playwright test --update-snapshots --reporter line $@
|
||||||
|
|
Loading…
Reference in a new issue