frontend/gallery/script/build_gallery

10 lines
110 B
Bash
Executable File

#!/bin/sh
# Run the gallery
# Stop on errors
set -e
cd "$(dirname "$0")/../.."
yarn run-task build-gallery