Install source-map-loader before building riot-web
parent
dee3495d51
commit
af4ef1da8b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue