underbbs/build.sh

9 lines
103 B
Bash
Raw Normal View History

2024-04-27 16:50:27 +00:00
#!/bin/sh
if [ ! -e ./src ]; then
mkdir ./src
fi
npx tsc &&
npx webpack --config webpack.config.js