Add warning to rebuild

This commit is contained in:
Oliver Blanthorn 2021-04-10 21:28:44 +02:00
parent de2d17f8b1
commit 9c300ecc62
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -69,6 +69,10 @@ if [ "$QUICK_BUILD" != "1" ]; then
scripts/make_tutorial.sh scripts/make_tutorial.sh
scripts/make_docs.sh scripts/make_docs.sh
else
echo "Warning: dirty rebuild. Skipping docs and metadata..."
fi fi
webpack --stats errors-only --bail webpack --stats errors-only --bail