dragonroll/build.sh
2024-10-06 01:36:18 +02:00

9 lines
231 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