build.sh: add some diagnostic output

As I was testing, I found it useful to see when I was using the ext/
directory or not.
This commit is contained in:
Jordi Gutiérrez Hermoso 2024-06-19 12:17:48 -04:00 committed by jordigh
parent 187358cfa2
commit 3b3aa8a86e

View File

@ -5,7 +5,11 @@ set -e
PROJECT=""
if [[ -e ext/app ]]; then
PROJECT="tsconfig-ext.json"
echo "Using extra app directory"
else
echo "No extra app directory found"
fi
WEBPACK_CONFIG=buildtools/webpack.config.js
if [[ -e ext/buildtools/webpack.config.js ]]; then
# Allow webpack config file to be replaced (useful