hugo-sandstorm/.sandstorm/build.sh

7 lines
70 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
cd /opt/app
yarn install
npm run build