You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-10-13 10:07:58 +03:00
Install source-map-loader before building riot-web
This commit is contained in:
@@ -11,5 +11,10 @@ cd riot-web
|
|||||||
mkdir node_modules
|
mkdir node_modules
|
||||||
ln -s ../.. node_modules/matrix-react-sdk
|
ln -s ../.. node_modules/matrix-react-sdk
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
(cd node_modules/matrix-js-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
|
npm run test
|
||||||
|
Reference in New Issue
Block a user