Segfaulting when building my Gatsby project
I constantly have to restart builds on pages and tweaked all of the configurable settings. Any other creative ideas for having a successful CI/CD?
1 Reply
Things I am trying:
- moving to build environment v2
- removing peg for python version
- change build step to npx gatsby build (as opposed to my npm run build which does
npm run copy-pdf-worker && gatsby build
)