purescript/purescript-docs-search

Running `spago test` breaks `spago docs`

JamieBallingall opened this issue · 2 comments

Steps to replicate:

spago build
spago docs
spago test

So far everything works as expected. But now run

spago docs

again. It does create most of the documentation but fails to create an index and reports an error message that includes "TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension " and warns that it "Failed while trying to make the documentation searchable: 1"

This is less of an issue with spago and more of an issue with one of its dependencies: https://github.com/purescript/purescript-docs-search

f-f commented

Indeed, I'll move this issue there