ha-frontend/gallery/script/develop_gallery

10 lines
123 B
Bash
Executable File

#!/bin/sh
# Run the gallery
# Stop on errors
set -e
cd "$(dirname "$0")/../.."
./node_modules/.bin/gulp develop-gallery