underbbs/build.sh

9 lines
103 B
Bash
Executable File

#!/bin/sh
if [ ! -e ./src ]; then
mkdir ./src
fi
npx tsc &&
npx webpack --config webpack.config.js