Build only haddocks for postgrest, not deps

This commit is contained in:
Joe Nelson
2016-01-28 14:00:33 -08:00
parent 4679e2a514
commit 1a3c54793d
+1 -1
View File
@@ -17,5 +17,5 @@ test:
- git ls-files | grep '\.l\?hs$' | xargs stack exec -- hlint -X QuasiQuotes "$@"
- stack exec -- packdeps *.cabal || true
- stack exec -- cabal check
- stack haddock
- stack haddock --no-haddock-deps
- stack sdist