Swap out the complicated canary stuff for serial execution
Fixes https://github.com/vector-im/riot-web/issues/7386
This commit is contained in:
parent
27c23058dc
commit
91304e70a1
5 changed files with 33 additions and 155 deletions
|
@ -256,6 +256,8 @@ First clone and build `matrix-js-sdk`:
|
|||
1. `git clone https://github.com/matrix-org/matrix-js-sdk.git`
|
||||
1. `pushd matrix-js-sdk`
|
||||
1. `git checkout develop`
|
||||
1. `npm install`
|
||||
1. `npm install source-map-loader` # because webpack is made of fail (https://github.com/webpack/webpack/issues/1472)
|
||||
1. `popd`
|
||||
|
||||
Then similarly with `matrix-react-sdk`:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue