mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-26 10:40:28 -06:00
6 lines
99 B
Bash
Executable File
6 lines
99 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
npm run spectacle-docs -- -t support/doc/api/html support/doc/api/openapi.yaml
|