dragonroll/build.sh
2024-10-05 14:31:09 +02:00

10 lines
232 B
Bash
Executable File

#!/bin/bash
# Gen docs
npm run generate-docs
# Copy media to all versions of documentation (if there is more than one)
# for d in docs/dragonroll/*/; do cp -r media "$d/media"; done
# Prebuild files for execution
node prebuild.js