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-12-03 16:21:40 +00:00
parent a6e69db8f5
commit 883d5d96a7
3 changed files with 12 additions and 12 deletions
+1 -1
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