mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
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:
parent
187358cfa2
commit
3b3aa8a86e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user