Hey there! Thanks for looking into how to contribute to our Algolia plugin 💌. This plugin works by hooking into the onPostBuild
hook in Gatsby, so it will only run on production builds, not on development builds.
The goals of this project are to create a nice plugin which will do as little as operations as possible and be as fast as possible to generate any Algolia index from arbitrary Gatsby graphQL queries.
Any contribution is of course welcome!
yarn release
npm publish
Make sure you follow "conventional commits", so that it shows up nicely in the changelog.