mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-24 07:51:34 +02:00
Install source-map-loader before building riot-web
This commit is contained in:
parent
dee3495d51
commit
af4ef1da8b
@ -11,5 +11,10 @@ cd riot-web
|
||||
mkdir node_modules
|
||||
ln -s ../.. node_modules/matrix-react-sdk
|
||||
npm install
|
||||
|
||||
(cd node_modules/matrix-js-sdk && npm install)
|
||||
|
||||
# https://github.com/webpack/webpack/issues/1472 workaround
|
||||
(cd node_modules/matrix-react-sdk && npm install source-map-loader)
|
||||
|
||||
npm run test
|
||||
|
Loading…
x
Reference in New Issue
Block a user