diff options
Diffstat (limited to 'scripts/generate-api-doc.sh')
-rwxr-xr-x | scripts/generate-api-doc.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/generate-api-doc.sh b/scripts/generate-api-doc.sh index 81b80a0be..7d48db7a5 100755 --- a/scripts/generate-api-doc.sh +++ b/scripts/generate-api-doc.sh | |||
@@ -1,3 +1,5 @@ | |||
1 | #!/usr/bin/env sh | 1 | #!/bin/sh |
2 | |||
3 | set -eu | ||
2 | 4 | ||
3 | npm run spectacle-docs -- -t support/doc/api/html support/doc/api/openapi.yaml | 5 | npm run spectacle-docs -- -t support/doc/api/html support/doc/api/openapi.yaml |