mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-23 00:24:11 -08:00
Fix npm configuration
This commit is contained in:
parent
90f61fe87b
commit
790f4e9eee
|
@ -23,7 +23,8 @@ before_install:
|
||||||
install:
|
install:
|
||||||
- mvn install -Dteavm.build.all=false -P with-idea -DskipTests=true -Dmaven.javadoc.skip=true -B -V
|
- mvn install -Dteavm.build.all=false -P with-idea -DskipTests=true -Dmaven.javadoc.skip=true -B -V
|
||||||
- pushd tests/src/test/js
|
- pushd tests/src/test/js
|
||||||
- npm install --prefix $HOME/.node_modules
|
- npm config set prefix=$HOME/.node_modules
|
||||||
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
- popd
|
- popd
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user