mirror of
https://github.com/konsoletyper/teavm.git
synced 2024-11-21 01:00:54 +08:00
Fix npm configuration
This commit is contained in:
parent
90f61fe87b
commit
790f4e9eee
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user