1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-04 05:02:41 +03:00

Fail the build if the docs don't generate

This commit is contained in:
David Baker
2016-10-12 11:32:42 +01:00
parent 4e2483b41a
commit f93eea095e

View File

@@ -28,4 +28,6 @@ rm -f matrix-js-sdk-*.tgz
npm pack ||
fail "npm pack finished with return code $?"
npm run gendoc || fail "JSDoc failed with code $?"
exit $RC