Closed DavidLeoni closed 4 years ago
Make Travis build also dependencies like evoscratch-vm
evoscratch-vm
See Publishing-to-GitHub-Pages
In order to build, in .travis.yml you need to:
.travis.yml
prove
develop
&& BUILD_MODE=dist npm run build && npm link
install: - npm --production=false install - npm update - cd node_modules/scratch-vm && ln -s $(npm root)/google-closure-library ../closure-library --force && npm --production=false install && BUILD_MODE=dist npm run build && npm link && cd -
Make Travis build also dependencies like
evoscratch-vm
See Publishing-to-GitHub-Pages
In order to build, in
.travis.yml
you need to:prove
whenever you see writtendevelop
&& BUILD_MODE=dist npm run build && npm link
in here: