2020-11-30 21:59:31 +00:00

8 lines
75 B
Bash
Executable File

#!/usr/bin/env bash
set -e
echo building $1
npm install
npm run build $*