Fix npm configuration

This commit is contained in:
Alexey Andreev 2017-04-22 11:45:28 +03:00
parent 90f61fe87b
commit 790f4e9eee

View File

@ -23,7 +23,8 @@ before_install:
install:
- mvn install -Dteavm.build.all=false -P with-idea -DskipTests=true -Dmaven.javadoc.skip=true -B -V
- pushd tests/src/test/js
- npm install --prefix $HOME/.node_modules
- npm config set prefix=$HOME/.node_modules
- npm install
- npm run build
- popd
script: