2020-11-27 03:07:45 +01:00

8 lines
81 B
Bash
Executable File

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