5 lines
99 B
Bash
Executable file
5 lines
99 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
npm run spectacle-docs -- -t support/doc/api/html support/doc/api/openapi.yaml
|