Nodejs github cache build

Hello

My project is not updating in implementation with nodejs, based on below code and settings do you have any suggestions?

I notice that the penultimate commit is always used as if it were cached!

Also do you have any suggestions to speed up the build process which is very time consuming compared to heroku?

 package.json
 
 "scripts": {
    "build": "babel ./src -d dist",
    "start": "node dist/index.js",
    "dev-start": "nodemon --exec babel-node ./src/index.js"
  },

Hi there,

Thanks for reaching out.

If you’re using a free plan, builds are likely slower than they are on paid, as noted in the docs.

You’ve not given a lot to go on, if you see the older code on your service it’s usually because the latest deploy failed or the build step wasn’t configured correctly.

If you could share a specific example of the issue you are experiencing that may help us troubleshoot it with you, e.g. any logs/errors/output, specific URLs, service name/ID, reproduction steps, what you expect to see/don’t see, etc. If you don’t want to share these details on the community forum, please feel free to raise a ticket with support@render.com

Thanks

Alan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.