Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 746 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (11 loc) · 746 Bytes

Gatsby Plugin for Algolia

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!

Releasing

yarn release
npm publish

Commits

Make sure you follow "conventional commits", so that it shows up nicely in the changelog.