Install source-map-loader before building riot-web

pull/21833/head
Richard van der Hoff 2017-01-19 17:41:58 +00:00
parent dee3495d51
commit af4ef1da8b
1 changed files with 5 additions and 0 deletions

View File

@ -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