Currently we are having a problem in running custom steps before making a build.
We use a service to download the translations in different languages before running the build step. But we cannot run the service on Jitpack servers. Major reason we think of it is because Jitpack build servers use an outdated version of npm and that's why npm script build for node > 4 cannot run.
Currently we are having a problem in running custom steps before making a build.
We use a service to download the translations in different languages before running the build step. But we cannot run the service on Jitpack servers. Major reason we think of it is because Jitpack build servers use an outdated version of
npm
and that's whynpm
script build for node > 4 cannot run.Our jitpack.yml is:
Link to the failed build is https://jitpack.io/com/github/fubotv/player_android/69f695da43/build.log We can run
locize
script on our and circleCI machines properly.