Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 446 Bytes

File metadata and controls

20 lines (15 loc) · 446 Bytes

The https://graphile.org/ website for PostGraphile and Graphile Build

Building

yarn install --force # Because we sometimes get issues with sharp
yarn run develop

Troubleshooting

Gatsby sometimes goes wrong/gets confused. First port of call is to kill it, then clear the .cache and public folders:

rm -Rf .cache public