frontend/landing-page/script/develop

10 lines
122 B
Bash
Executable File

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