1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

Nest other layers inside on automation

This changes the nesting style because some CI / CD systems do not allow moving
to a directory above the checkout for the primary repo (`react-sdk` in this
case).

Part of https://github.com/vector-im/element-web/issues/12624
This commit is contained in:
J. Ryan Stinnett
2020-11-20 17:55:48 +00:00
parent a6e69db8f5
commit 883d5d96a7
3 changed files with 12 additions and 12 deletions

View File

@ -7,6 +7,6 @@
set -ev
scripts/ci/layered.sh
cd ../element-web
cd element-web
yarn build:genfiles # so the tests can run. Faster version of `build`
yarn test